Open
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.