Folder upload functionality in react/next app

191 views Asked by At

I'm learning NextJs. I want to upload folder from client side. is there any way to do it in React/Next JS?

I did try to do it with html input component. <input type="file" name="file" webkitdirectory="true"/> as well as dropzone & jsZip library. but didn't got the solution.

0

There are 0 answers