LibraryOfCongress / bagger-js

Upload BagIt-format deliveries to S3 entirely in the browser
https://libraryofcongress.github.io/bagger-js/
Other
32 stars 7 forks source link

Investigate the options for recursively processing directories #1

Closed acdha closed 9 years ago

acdha commented 9 years ago

There is currently no standard way to handle directories.

Chrome:

Mozilla: unsupported

IE: unsupported but under development

acdha commented 9 years ago

All HTML5 browsers have perfectly usable support for file drag and drop. Only Chrome has any support for this involving nested directory contents.

I'm wondering whether we could do something like adding a separate drop target which would create a new folder for the contents to have at least some support on current Firefox/IE.

Currently using Amazon Cloud Drive in any browser other than Chrome looks familiar: screenshot 2015-03-24 17 31 16

acdha commented 9 years ago

Updated with the note that Mozilla is charging ahead with the simple Microsoft proposal:

https://bugzilla.mozilla.org/show_bug.cgi?id=1164310

acdha commented 8 years ago

@eikeon https://bugzilla.mozilla.org/show_bug.cgi?id=1258489 is now in the pipeline for Firefox 50, and should be available in the developer builds now