[TYPO3-core] RFC #9632: Bug: Multiple fileuploads into folders with special characters (umlauts) not possible
Marcus Krause
marcus#exp2008 at t3sec.info
Wed Oct 29 00:58:51 CET 2008
This is an SVN patch request.
Type: Bugfix
Bugtracker references:
http://bugs.typo3.org/view.php?id=9632
Branches:
TYPO3_4-1 & TYPO3_4-2 & trunk
Problem:
JS function escape() is used to escape target-url parameter for a page
reload when choosing multiple fileupload. Escape() is known to not be
able to handle unicode characters.
Solution:
Replace JS function escape() by encodeURIComponent().
Notes:
Tested successfully on a utf-8 BE with FF, IE and Opera.
Marcus.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0009632.patch
Type: text/x-patch
Size: 1249 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20081029/7d4b24ed/attachment.bin
More information about the TYPO3-team-core
mailing list