#6628 closed enhancement (fixed)
Uploader: filter file_types glob
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5.1 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | has-patch |
| 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