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
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