FormPanel defaults to submitting to an hidden iframe; couple that with a FileUpload widget and you're done.Have a look at the GWTUploader project too.
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/Qal0aW3JnE8J.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
I found a good sample here http://fkgwt20.googlecode.com/svn/mvpproject/, this Project that have several kind of examples included file upload that you can use of GWT.
| Internet
t.br...@gmail.com Enviado Por: google-we...@googlegroups.com 14/02/2012 08:29
|
|
FormPanel defaults to submitting to an hidden iframe;
couple that with a FileUpload widget and you're done.
Have a look at the GWTUploader project too.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/Qal0aW3JnE8J.
Create a servlet in server and config it in web.xml
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
FormPanel form = new FormPanel((String) null); // (String) null gets rid of self target
form.setAction(action);
form.setMethod(FormPanel.METHOD_POST);
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/XWLVuEEp2lEJ.