Closed (fixed)
Project:
Image FUpload
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 May 2009 at 02:44 UTC
Updated:
23 Jun 2009 at 22:40 UTC
If you leave your ImageField allowed extensions field empty, which is supposed allow for any file type to be selected, you will end up with the upload window searching for (*.) instead of (*.*).
Attached patch checks for empty field and if detected it will use the default file types (*.jpg; *.jpeg; *.png; *.gif).
| Comment | File | Size | Author |
|---|---|---|---|
| image_fupload-HEAD-empty_extensions-1.patch | 1.43 KB | deciphered |
Comments
Comment #1
decipheredAbove patch relies on patch at: #450250: Code cleanup via coder.module
Comment #2
grandcat commentedWill be done soon, thanks.
Comment #3
grandcat commentedFixed in CVS Head.
Thank you for your help, Deciphered.