samvera / browse-everything

Rails engine providing access to files in cloud storage
Apache License 2.0
114 stars 22 forks source link

Unwanted '+' symbols in file path #96

Open narogers opened 9 years ago

narogers commented 9 years ago

When uploading a file named something like '/Archived Files/Batch 27/DVD 4/Image From Collection 4.png' spaces in the base file path are replaced with '+' symbols - ie '/Archived Files/Batch 27/DVD 4/Image+From+Collection+4.png'. The issue can be duplicated by uploading files with spaces in the path then viewing the element's (updated) source in the browser's inspector.

narogers commented 9 years ago

browse-everything-spaces-in-name-1 browse-everything-spaces-in-name-2

narogers commented 9 years ago

The current workaround is to use Firefox which does not have this problem. It only seems to surface in Chrome (and maybe Safari which I do not have access to in this development environment).