[TYPO3-core] RFC #9632: Bug: Multiple fileuploads into folders with special characters (umlauts) not possible

Oliver Hader oliver at typo3.org
Sat Nov 1 18:23:30 CET 2008


FYI: Committed to SVN:
* TYPO3_4-1 (rev. 4406)
* TYPO3_4-2 (rev. 4407)
* Trunk (rev. 4408)

olly


Marcus Krause schrieb:
> 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.
-- 
Oliver Hader
TYPO3 4.3 Release Manager


More information about the TYPO3-team-core mailing list