Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Upload multiple files #75

Closed
dnarcese opened this issue Jun 9, 2017 · 4 comments
Closed

Upload multiple files #75

dnarcese opened this issue Jun 9, 2017 · 4 comments

Comments

@dnarcese
Copy link
Collaborator

dnarcese commented Jun 9, 2017

No description provided.

@pdehaan
Copy link
Contributor

pdehaan commented Jun 9, 2017

One possible solution in #71 (comment).

@dannycoates dannycoates added this to the Stretch milestone Jun 20, 2017
@pdehaan
Copy link
Contributor

pdehaan commented Jun 20, 2017

Or maybe we just remove the "folder" reference here for V1:

firefox_fileshare

@pdehaan pdehaan marked this as a duplicate of #97 Jul 18, 2017
@johngruen johngruen changed the title Drag & drop multiple files Upload multiple files Aug 9, 2017
@ehuggett
Copy link
Contributor

For multi-file uploads an archive format similar to tar/zip etc would avoid having to deal with multiple filenames (they would become part of the encrypted data) and as such avoids even telling the server its multiple files (once #69 prevents it from seeing the archive filename)

It is possible to create/handle zip archives with javascript (but its is sensible to do so?) so the downloaded does not necessarily have to save it as an archive, they could also have the option of saving each file separately (or not saving every file etc).

If it was an archive format, in theory the zip header (technically a 'tail') might be usable to attempt to only download the files the user wants (via HTTP range requests) but it would get complicated and would perhaps interact very badly with download limits (My question/proposed solution to #512 would make this impossible) and the server would only see range requests for "multi file uploads" (probably making it obvious to an observer it was not a single file, even if done over https)

@dannycoates
Copy link
Contributor

done in vnext

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants