#6628 closed enhancement (fixed)
Uploader: filter file_types glob
Reported by: | tellyworth | Owned by: | |
---|---|---|---|
Milestone: | 2.5.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
This makes it possible for a plugin to filter the types of files that are selectable by the user from the Flash uploader.
The value should be a string of semicolon-separated wildcards, like '*.jpg;*.mp3;*.txt'
The default is '*.*', same as in 2.5.0.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [7611]) upload_file_glob filter from tellyworth. fixes #6628 for trunk