You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this would break our client, which assumes a slash is a directory separator. Are you sure we cannot continue stripping them? Slashes are not a part of a healthy filename.
There were requests to see what changes would be required to store slashes as part of a Mongo object's filename so it could be maintained on download and clients could display the additional path information. This PR is currently a holding ground for @hkethi002 exploratory work.
Currently slashes are removed on file upload, we should allow for filenames with slashes, and simply allow it to be a part of the download path.
The text was updated successfully, but these errors were encountered: