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

prunelle’s picture

It'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.

Thurgi’s picture

thx, it worked!

quicksketch’s picture

Status: Active » Fixed

Webform 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).

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

SimpleDivya’s picture

Title: Webform File Field doesn't like "ä,ö,ü" Letters » Webform File Field show images
Version: 6.x-2.4 » 7.x-3.18
Assigned: Unassigned » SimpleDivya
Category: bug » support
Priority: Normal » Critical
Status: Closed (fixed) » Needs review
quicksketch’s picture

Title: Webform File Field show images » Webform File Field doesn't like "ä,ö,ü" Letters
Version: 7.x-3.18 » 6.x-2.4
Assigned: SimpleDivya » Unassigned
Category: support » bug
Priority: Critical » Normal
Status: Needs review » Closed (fixed)

Reverting issue to closed state. This original problem was solved a long time ago. If you have a different question, please create a new issue.