Instead of uploading zip file, I want to upload a folder through react-dropzone
. Is there any way to do this ?
Asked
Active
Viewed 247 times
0

Avinash
- 275
- 1
- 4
- 12
-
It is not an efficient way to do so, you can create an API end point and unzip before uploading it. – Apoorva Chikara Jun 08 '21 at 07:13
-
@ApoorvaChikara ,ok I want try this as experiment , this motivates me [link](https://stackoverflow.com/questions/5826286/how-do-i-use-google-chrome-11s-upload-folder-feature-in-my-own-code) – Avinash Jun 08 '21 at 07:26
-
1Does [this](https://stackoverflow.com/questions/42239663/upload-folder-and-all-its-content-in-javascript) sense? – Apoorva Chikara Jun 08 '21 at 08:03
-
@ApoorvaChikara,Thank you ,it helped me. – Avinash Jun 08 '21 at 17:52