-
Notifications
You must be signed in to change notification settings - Fork 52
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
feat: dropzone should support folder upload #841
feat: dropzone should support folder upload #841
Conversation
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-841.westeurope.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-841.westeurope.azurestaticapps.net |
…e-supports-folder-upload
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-841.westeurope.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-841.westeurope.azurestaticapps.net |
* Feature: dropzone now supports folder upload * fix: stop requiring a symbol and just import it * test: add tests for drag and drop * fix: only support files --------- Co-authored-by: Jacob Overgaard <[email protected]>
Description
Dropzone now supports folder uploading. Folders inside folders are also allowed.
Types of changes