Closed (fixed)
Project:
Webform Multiple File Upload
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Oct 2012 at 15:11 UTC
Updated:
24 Oct 2012 at 10:11 UTC
Hello,
The file names are not transliterated at all.
The transliterate module is installed and configured properly.
All other file uploads on the site work as expected.
I'll have a look and see if I can find where's the problem.
Comments
Comment #1
Ivanhoe123 commentedHere's the solution; seems to be working without any problems.
I just added the transliteration function to the place before upload (where the file names are gathered and prepared for saving).
File: multifile.inc, line 801
Change:
Into this:
I'll update the status of this issue to "Needs review".
Let me know if you need me to provide anything else.
Thanks
Comment #2
attiks commentedAny change you can make a patch?
Comment #3
Ivanhoe123 commentedUnfortunately I don't know how to make patches (it's on my todo list for a long time).
Comment #4
attiks commentedFixed in dev version, wait 12 hours before downloading, or use git to checkout the latest version.
Thanks.
Comment #5
attiks commentedsame problem exists in D6 version
Comment #6
attiks commentedfixed in D6 as well
Comment #7
Ivanhoe123 commentedThanks for fixing this quickly :)