Closed (fixed)
Project:
ImageField
Version:
6.x-3.0
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2009 at 21:12 UTC
Updated:
14 Jul 2009 at 22:20 UTC
Currently the permitted upload file extensions defaults to 'txt', which doesn't make a whole lot of sense for an image field. (Looks like this is set by filefield). In fact, leaving it as the default txt causes an error when submitting the form since imagefield only allows extensions of the type jpg, jpeg, png, and gif.
The following patch adds 'jpg jpeg png gif' as the default extensions.
| Comment | File | Size | Author |
|---|---|---|---|
| eojthebrave-imagefield-file_extension_defaults.patch | 656 bytes | eojthebrave |
Comments
Comment #1
quicksketchThis has already been fixed #442600: Default file extensions.