-
Type: Bug Report
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.1.2
-
Fix Version/s: 5.1.3-B2
-
Component/s: File Uploader
-
Labels:None
-
External issue URL:
-
Change Log Message:Fixes flash uploader "Browse" button encoding problem
-
External issue ID:1068
-
Copy Issue Key:
-
Patch Instructions:
For quite awhile we weren't able to make non-latin symbols (e.g. Russian) work in "Browse" button of Flash Uploader.
It's funny, but after all these years I've noticed that we are using incorrect javascript encoding function: escape instead of encodeURIComponent.