mercury
mercury copied to clipboard
Uploading images with non-ASCII names
Just tried to upload a file named 'Фото007.jpg'. Unfortunately, it was not even sent to the server. Instead, the uploading window appeared staying on initialization, and the following error displayed in the Firebug console:
InvalidCharacterError: String contains an invalid character
in uploader.js near "return xhr.sendAsBinary(multipart.body);"
Just renaming file makes it successfully uploading.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
corrected title
also facing same issue, In this situation mercury should display some message to end user.