upload zip file from reactjs to nodejs
问题 I'm building a transfer files website and I'm facing a big issue ! I'm working with react.js express.js and digital ocean spaces. When I drag the file to the drop zone and hit submit, the file is supposed to be uploaded on digital ocean spaces, it's like amazon s3. So, now I'm able to upload a file without any problem but, it would be much more if I can zip the file on react before sending it to digital ocean via Express. And here is the problem ! I'm not able to send a zipped file ! I have