Since File API will enable access to the content of local files it is now possible to do image resize before upload (a fairly common task) without any additional te
Although I haven't find such libs, I have found a way how to accomplish the described task:
Client side image resizing and upload with pure javascript. That's cool, isn't it?