-
Type:
Bug Report
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 5.0.3-B1
-
Fix Version/s: 5.1.0-B2
-
Component/s: File Uploader
-
Labels:None
-
External issue URL:
-
External issue ID:662
-
Copy Issue Key:
-
Patch Instructions:
Try to upload file with symbols such as "#" or "+" in file name via our standard SWF uploader. You'll see that when full url is built, it's incorrect because file name is not urlencoded. Also this is applicable to folder names in URL - for example, in URL http://www.sitename.com/system/part1/part2/filename.ext part1, part2 & filename.ext (& system?) need to be urlencoded. Another case is non-formatter URL building to uploaded files, I found one in OnViewFile event.