-
Notifications
You must be signed in to change notification settings - Fork 738
Open
Labels
WindowsWindows platform specific issues.Windows platform specific issues.bugBehaviors that do not meet expectation.Behaviors that do not meet expectation.confirmingChecking if the issue can be reproduced.Checking if the issue can be reproduced.
Description
Just an example. I'm having a GIF with the following name on Windows:
http-%2F%2Fcoresites-cdn.factorymedia.com%2Fmpora_new%2Fwp-content%2Fuploads%2F2016%2F05%2FAngry-GIF.gif
You are able to upload it, but then you wont be able to use it, as the file manager wouldn't be able to locate it:
File name is not changed after upload, it remains exactly the same on disk but probably due to the encoded url within file name which browser is trying to decode it will mess things up while trying to load.
Solution would be either to remove url encoded characters from name or make it random when url encoded characters detected.
Cheers.
streamtw
Metadata
Metadata
Assignees
Labels
WindowsWindows platform specific issues.Windows platform specific issues.bugBehaviors that do not meet expectation.Behaviors that do not meet expectation.confirmingChecking if the issue can be reproduced.Checking if the issue can be reproduced.
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
youchenlee commentedon Oct 31, 2017
lol, I did not expect this kind of file names.
Will take a look soon.
Thank you @pompex