Re: Uploading file to PHP backend with GWT RequestBuilder

2010-08-24 Thread Julien Dramaix
I think it's not possible to use RequestBuilder to upload a file. You cannot upload a file via ajax (it's a restriction). On Aug 23, 5:30 pm, "A.K" wrote: > Hi, > > Does anyone know how to use request builder class to upload a file to > php backend? The reason is because I want to get the file u

Uploading file to PHP backend with GWT RequestBuilder

2010-08-23 Thread A.K
Hi, Does anyone know how to use request builder class to upload a file to php backend? The reason is because I want to get the file uploaded event from php at GWT side. Here is my current code: RequestBuilder builder = new RequestBuilder(RequestBuilder.POST,"http://localhost/ fileuploadsample.ph