Thursday, November 7, 2013

Client side image resize before upload

Agile Uploader
http://old.shift8creative.com/projects/agile-uploader/index.html
- Easy implement, fully event callback, with minor bug, without swf source for bug fix

SWFUpload
https://code.google.com/p/swfupload/
- people comment difficult to use

HTML 5 Image resize
https://github.com/josefrichter/resize/blob/master/public/preprocess.js
http://webreflection.blogspot.hk/2010/12/100-client-side-image-resizing.html
Both IE and Safari does not pass
// simple FileReader detection
if (!global.FileReader)
// no way to do what we are trying to do ...
return $message.innerHTML = "FileReader API not supported"

No comments:

Post a Comment