I'm building an upload function for images following this post:
Ember.js value binding with HTML5 file upload
But i would like to make some changes to the selected image before it is uploaded to the server; in other words, i would like that when the user select for upload a 7 Megapixel image (5 MB), it is resized to a 640 x 480 (just a few KB) image (eventually cropped) and then uploaded;
anyone has done this?