I am using fineUploader in one of my project on MEAN.IO , I am able to configure fineUploader with angular so as to make a request on server to upload file to S3 bucket, which is working fine . What my requirement is I want to send the bucket owner a zip download link of all the files that uploaded in a particular session on S3. So that bucket owner can just download the zip of those file from the mail only .
I go through fineUploader document but could not find anything specific . I also google the solution but don't get any idea on how to approach for this .
Any suggestion or link to read will be very helpful
Here's how you would do this:
This is a server-side process, Fine Uploader is out of the picture.