When users upload a file with non-alphanumeric characters, escape is added to the filename, which renders the file as broken.
e.g. User uploads: I'm Broken.mp3
Filename: I\'m Broken.mp
Any suggestions on how I can keep this from happening?
Thank you.