Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uploading from windows - backslash preventing proper directory hierarchies #1

Closed
christianshay opened this issue Jun 28, 2021 · 2 comments
Assignees

Comments

@christianshay
Copy link

christianshay commented Jun 28, 2021

Hi,
On windows, the objects are not going into a proper directory hierarchy because the names are keeping the backslash rather than converting to forward slash.

To reproduce, upload some nested folders and in one of the folders include a few text files. You will see that the file names contain the full path with backslashes rather than being stored in a directory.

For example, rather than create a directory named "static" and another directory named "css" and putting the file "main.5e0c0916.chunk.css" in the css directory, the file name is simply "static\css\main.5e0c0916.chunk.css".

Is there an easy workaround for this?

@maxjahn maxjahn self-assigned this Jun 28, 2021
@maxjahn
Copy link
Owner

maxjahn commented Jun 30, 2021

I created a new release containing a fix for the slash issue.

@christianshay
Copy link
Author

Thank you! I confirmed the fix. Much appreciated!

@maxjahn maxjahn closed this as completed Jun 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants