Markus
Markus

Reputation: 611

Folder upload with blueimp/jQuery-File-Upload

according to

HTML5 drag and drop folder detection in firefox. Is it even possible?

and

Does HTML5 allow drag-drop upload of folders or a folder tree?

up-to-date browser are capable to handle folder-upload properly.

When I tried to implement it, I got only file OR older upload capabilities, but I want to have it like Files and - on drop-in - folders with their full structure (as Owncloud supports it with Chrome; and they rely on blueimp library as well).

I would also love to activate the support with recent firefox version.

Has somebody done something similar and some hints for me where to dig in?

I'm planning to contribute the outcome of this effort back to the library, so I'm very happy to collaborate :)

Upvotes: 2

Views: 786

Answers (1)

Dan Roberts
Dan Roberts

Reputation: 557

Folder upload is entirely dependent on browsers supporting it.

As of November 2016, these browsers support folder upload:

  • Chrome
  • Opera
  • Firefox
  • Microsoft Edge

These browsers do not support folder upload:

  • Safari
  • Internet Explorer (all versions)

Presumably the Safari team will implement browser upload at some point in the near future because all its competitors have. It's a useful feature as an increasing quantity of files are being uploaded to the cloud.

Internet Explorer will probably never have folder upload because Microsoft is focussed on their modern Edge browser.

Notes:

Upvotes: 1

Related Questions