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

Allow users to upload folders (or multiple files) #164

Open
CKH4 opened this issue Jun 1, 2018 · 1 comment
Open

Allow users to upload folders (or multiple files) #164

CKH4 opened this issue Jun 1, 2018 · 1 comment

Comments

@CKH4
Copy link

CKH4 commented Jun 1, 2018

Allow users to select multiple files when uploading folders. The steps that need to occur for upload:

  1. User selects files (implemented)
  2. Using a JS library, the files are compressed into a single archive using a gzip library (needs planning)
  3. Archive marked so that the system knows it was self compressed
  4. The archive is now treated as the file upload and passed through the system (needs planning)
  5. The file is uploaded to the tangle (implemented)

The steps that need to occur for download:

  1. User puts in handle
  2. File is brought to the user's machine
  3. ? (Needs planning because folders can't be downloaded. Files could be downloaded individually, or potentially we could implement self extracting archive)

This obviously needs a lot of planning if it will be implemented. Is it even worth implementing before the intelligent wrapper?

@rfornea
Copy link
Contributor

rfornea commented Jun 9, 2018

As to your question at the bottom, I would wait for the intelligent wrapper for this.

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