-
Notifications
You must be signed in to change notification settings - Fork 493
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
Preserve File Hierarchy in Multiple File Zipped Downloads #5498
Milestone
Comments
landreev
added a commit
that referenced
this issue
Feb 1, 2019
landreev
added a commit
that referenced
this issue
Feb 2, 2019
landreev
added a commit
that referenced
this issue
Feb 2, 2019
… of a zipped multi-file bundle (includes verifying the file sizes, checksums and names with folders) (#5498)
landreev
changed the title
Retain File Hierarchy on Zip Upload, Restructure Hierarchy on "Download All"
Preserve File Hierarchy in Multiple File Zipped Downloads
Feb 2, 2019
landreev
added a commit
that referenced
this issue
Feb 4, 2019
landreev
added a commit
that referenced
this issue
Feb 4, 2019
This was referenced Feb 25, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If there’s a zip file uploaded, keep track of the hierarchy as metadata using what the field that was added in #3405, then provide the zip in the same structure when multiple files are downloaded by a user. We’ll need to discuss how to handle files added/removed and how to handle files not added through a zip.
This doesn’t provide hierarchy editing or viewing of the hierarchy, but it’s a big improvement that doesn’t have any UI impact. A better solution will come when #2249 is implemented, or in some intermediate issue.
The text was updated successfully, but these errors were encountered: