vue-upload-component
vue-upload-component copied to clipboard
Empty folders upload
Currently, the component does not upload a family of folders all being empty. How difficult is it to add this feature to the component: Note: I tested this feature (of uploading empty directories) in Google Drive, and it worked without any issues.
Thanks for the wonderful lib!
I have a similar issue, when uploading a folders hierarchy with documents and empty folders, only are taken in consideration documents. The standard HTML5 drag & drop API of the browsers by default allow folders and documents.
Reading at https://lian-yue.github.io/vue-upload-component/#/documents#instance-file-fileobject seems any object what do not be of type file it is automatically removed from the queue, is that right or I miss something?