Closed (fixed)
Project:
Webform
Version:
6.x-2.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2009 at 10:20 UTC
Updated:
15 Jun 2013 at 23:44 UTC
Hello,
i have a webform with a mp3 upload field. The field won't accept files like Törn.mp3.
The error message is: ".p3" is not a mp3 file. It works if i rename the file to toern.mp3
Comments
Comment #1
prunelle commentedIt's probably a problem of "special" characters not allowed. Had you have a look at this post : http://drupal.org/node/359243 ? and the use of the "transliteration" module ?
I hope that will help you.
Comment #2
Thurgi commentedthx, it worked!
Comment #3
quicksketchWebform did work with these characters at one point. It seems that #337578: 3 x undefined variable/index errors + coder style cleanup broke the strlen checking. I've rolled back this particular change so these characters should work without transliteration module (but you should use it anyway to prevent server-level incompatibilities with file names).
Comment #5
SimpleDivya commentedComment #6
quicksketchReverting issue to closed state. This original problem was solved a long time ago. If you have a different question, please create a new issue.