HTML5ProfileImageUploader icon indicating copy to clipboard operation
HTML5ProfileImageUploader copied to clipboard

HTML5 widget for uploading an image. The scaling and cropping is done client side. Scaled version of the image is uploaded to the server through AJAX call.

Results 2 HTML5ProfileImageUploader issues
Sort by recently updated
recently updated
newest added

I debugged a lot, found it is a blob issue. http://stackoverflow.com/questions/9795273/chrome-webkitblobbuilder-doesnt-append-data/13057335 I figured out a simple work around, modify in jquery.html5uploader-1.1.js ``` // Detect if Blob object is supported. //if...

I just updated my iPhone 5 to iOS 8. The demo uploader worked on the previous version. Now It works up until the "use photo" is clicked and then it...