Reputation: 73
I'm using a custom Plupload to be able to upload files on a website. I want to be able to create a zip when several files is being uploaded. Right now upload.php is uploading one file at a time, so i can't zip everyone at once. so how would you guys solve this problem?
Upvotes: 0
Views: 602
Reputation: 51421
This should be pretty straightforward.
multipart_params
if you have to.Problems and caveats:
Upvotes: 1