vue-upload-component icon indicating copy to clipboard operation
vue-upload-component copied to clipboard

Empty folders upload

Open bragboy opened this issue 6 years ago • 1 comments

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!

bragboy avatar Sep 10 '19 11:09 bragboy

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?

darkman97i avatar Aug 03 '22 16:08 darkman97i