Re: File Upload from jsp through GWT client

2010-10-27 Thread nacho
Have you tried this lib? http://code.google.com/p/gwtupload/ On 27 oct, 12:00, WL wrote: > Hi , > > I’m working on a application which has GWT client and jsp’s. > The Layout of the page is designed in the GWT client and the body of > the page is taken from the jsp.  I want to do a file upload fro

File Upload from jsp through GWT client

2010-10-27 Thread WL
Hi , I’m working on a application which has GWT client and jsp’s. The Layout of the page is designed in the GWT client and the body of the page is taken from the jsp. I want to do a file upload from the jsp through the GWT Client using RequestBuilder class. I have tried using the FormPanel toget