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 technology like Flash or Silverlight. Except that I can’t find any Javascript library that would be able to handle images in binary form. Is there any? Maybe there is some in Flashe’s ECMA script that could be adapted, but I simply can’t find anything.
Share
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?