AlexVFornazieri / Plupload-S3-Preview

An exploration in using Plupload to show a client-side preview of the selected images before uploading them to Amazon S3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Showing Client-Side Image Previews Using Plupload Before Uploading Images To Amazon S3

by Ben Nadel (on Google+)

As a follow-up to my last exploration, Using the BeforeUpload event to generate per-file Amazon S3 upload policies, I wanted to see if I could also generate a client-side preview of the selected images. Now, I've tried working with Plupload previews before, but never in the context of saving the record before the upload (as I did in my previous exploration). As such, I wanted to look at how to best combine the power of the per-file Amazon S3 upload policy with the perceived performance boost of a client-side preview.

About

An exploration in using Plupload to show a client-side preview of the selected images before uploading them to Amazon S3.

License:Other


Languages

Language:JavaScript 51.8%Language:ColdFusion 32.7%Language:CSS 11.3%Language:HTML 4.2%