Hi,
I would like to zip a file using zip.js before uploading. The idea is:
1. Files added to queue.
2. Upload start.
3. Each file: call createZip() method and create zip file. It returns blob.
4. Pass the blob to Uploader.
5. Uploader uploads the blob as usual (instead of the File).
Is there any hook in jQuery-File-Upload to do this?