Hello I am trying to write a Chrome extension that allows to resize an image before uploading it. So far I've used Gears to open and scale the image, now I can't add to the original <input type="file"/> element, since FileSubmitter is only implemented in IE and Firefox.
Is there any hope for me to set the file of an <input type="file"/> to the URL of a captured blob by any other means?
