Bug #18313
Non ISO character in uploaded file name
0%
Description
Some one was able to upload a file (png) with a file name that contained multiple non ISO characters. While the elog handled it just fine, the api when parsing the XML barked about it. The file upload scheme should check for no ISO character names and complain to the user if some are found.
File id: 130561 still has the bad characters in its file name. I've kept in in there for testing this bug but the entry itself is using a duplicate image with a different file name.
History
#1 Updated by Kyle Hazelwood about 3 years ago
- Priority changed from Normal to Urgent
#2 Updated by Kyle Hazelwood almost 2 years ago
Still happening. A console was running an old Chips Auto Copy version that named files with a non standard character. Also, the file uploader spits out non-sense when the user tries to upload one of these files with a non-ISO character file name. We confirmed, that renaming the file fixes the problem.