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.