Re: Upload blob: image from GWT

2013-09-07 Thread Thad Humphries
For security reasons, http://stackoverflow.com/a/1696884/1316011 (If you have code showing otherwise, I'm sure I'm not the only one who'd like to see it.) As for uploading a file, the example in the GWT JavaDoc for FileUpload works. Obviously you need a servlet that saves the file. I use Apache

Upload blob: image from GWT

2013-09-05 Thread Xybrek
I managed to get a blob and create a URL for it which I put in a img tag src attribute to show the image like this: My question would be how would I upload this blob via GWT FileUpload with com.google.gwt.user.client.ui.FormPanel? Also the com.google.gwt.user.client.ui.FileUpload does not ha