Hey everybody,
Lately I've been refactoring a bit my plupload-s3mixin code https://github.com/burgalon/plupload-s3mixin for Djanngo (+ Appengine)<p>This allows:<p>* direct S3 uploads (no need to pass through your server)<p>* async uploading with progress bar<p>* pre-upload client side image resizing to reduce upload time<p>* post-upload server side on the fly image resizing for easily generating as many thumbnails as you wish<p>It's been helping me a lot lately and I felt I should post about it.<p>You can see it in action on www.boorgle.com on the edit profile page after registration. The initial loaded background photo will be server-side resized depending on your browser window size.