Post only certain files from the uploaded zip to the server – JSZip
I have a Vue app where user uploads a zip file and I want to pick certain files from the zip (which includes many files and folders) and post them to the server. I know this is much easier to do so in the backend but for my project I need this to happen in the frontend.