Bug #19502
closedMultiple Fileupload into Folder with Umlauts not possible
0%
Description
When someone created a Folder like "testingÜmlauts" in the Filelist module and tries to upload multiple files, the action results in an error Message.
The displayed Error Message is "Parameter Error Target was not a directory!"
Regardless of whether someone should use or use not umlauts in fileadmin, this seems to be an error (at least the Message is wrong). This happens as well in TYPO3 4.1.x
(issue imported from #M9632)
Files
Updated by Marcus Krause about 16 years ago
Used JS function escape() is known to be not able to handle unicode characters. Therefore escape() has to be replaced by encodeURIComponent() in the reload function.
@see:
http://itblog.cappuccinonet.com/2007/08/17/unterschiede-zwischen-javascript-escape-encodeuri-und-encodeuricomponent/
http://xkr.us/articles/javascript/encode-compare/
Updated by Oliver Hader about 16 years ago
- TYPO3_4-1 (rev. 4406)
- TYPO3_4-2 (rev. 4407)
- Trunk (rev. 4408)