Closed (works as designed)
Project:
Link
Version:
6.x-2.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jul 2009 at 16:26 UTC
Updated:
23 Oct 2011 at 17:29 UTC
The solution is to change the default values in the Permitted upload file extensions admin field from comma-delimited to space delimited. That is, from:
txt, pdf, rtf
to:
txt pdf rtf
After this change was made, PDF files uploaded as expected. This fix conforms to the help included with the field:
Separate extensions with a space and do not include the leading dot.
Comments
Comment #1
dropcube commentedAre you sure this issue correspond to this module ?
Comment #2
dqd