I am a bit confused how the client-side scaling of JPEG images should work. I'm able to create a blob for an arbitrary photo picked in Gear's filechooser dialog. Also the next step, feeding the blob to a Canvas and resizing it seems fine. But how do I get an URL for the resized image?
I get a 404 if I simply reference the filename from LocalServer.captureblob() in an img tag. Note: my development server runs at localhost:8080. Can it be that this won't work on a localhost? Franz
