Note that there are some explanatory texts on larger screens.

plurals
  1. POFine Uploader image previews uploaded to Amazon S3?
    text
    copied!<p>Since Fine Uploader 4.0 has the ability to create image previews entirely client side (other than IE 9.0 and lower), is it possible to use the same technique to create thumbnails that are also uploaded along side the original files, in particular to Amazon S3. As you know, Amazon S3 offers no server side processing, therefore making it difficult to create thumbnails of media uploaded directly to Amazon S3, without either creating the thumbnails ahead of time, or using a separate server for nothing more than processing images to create thumbnails. </p> <p>If it is possible to create thumbnail images of pictures being uploaded, and do so client side only, how would one go about including the thumbnails in the list of files that get uploaded?</p> <p>Along those lines, we would also like to create a simple HTML page with the files that where uploaded included in the page, and then upload it at the same time as the rest of the files. This HTML page would be provided to the user as a delivery page, that could then be passed onto the ultimate destination recipient. We could of course have the server side portion record in a DB the files that are to be uploaded, and allow for the server to rendered the delivery page. But I would first like to try creating a custom HTML delivery page client side only, and use that instead. The reason being that first, we would like to avoid and undue stress on our normal server, and secondly, in the event that files are uploaded by a user that cause the content to be flagged, I do not want our domain name getting black listed because it appears as though we are serving nefarious content (however we fully intend on monitoring any file uploaded using this service). Instead if all files are delivered via S3, though they would all be coming from a bucket we control, I am assuming that black listing a specific bucket at S3 is far less likely. If you have anything to add to this idea/concern/theory I would love to hear it.</p> <p>Thanks.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload