-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
Investigate folder uploads #2
Comments
There are two non-standard APIs that allow directory uploads. Both are controlled by properties on
I'm tending toward not adding official support before one of them (or a third option) has been standardized. |
It looks like those attributes are for controlling whether directories can be submitted as input; not setting them does not prevent directories from being submitted. I came across this looking into a downstream bug (mnutt/davros#140) where trying to drag & drop a directory just results in uploading an empty, regular file. It seems like this could be implemented using the |
Thanks for your input @zenhack. Would you be interested in preparing a PR? |
I think I'm unlikely to find time to work on it myself at least in the short to medium term. And I'm probably the wrong person for the job -- I've never even used ember myself; my interest is as an end-user of said downstream app. |
this react plugin can upload a folder recursively : |
This looks abandoned; it may be worthwhile to investigate briefly.
The text was updated successfully, but these errors were encountered: