ArcBees / gwtquery

A jQuery clone for GWT, and much more.
MIT License
85 stars 38 forks source link

Ajax request does not support FormData (html5) #285

Open heyarny opened 10 years ago

heyarny commented 10 years ago

I have tried the Ajax request as suggested by Manolo himself at: http://stackoverflow.com/questions/21088340/file-upload-with-a-progress-bar-or-accessing-the-html-5-file-api-from-google-we But unfortunately this solution doesn't seem to work. At least not with current version of gwtquery. Using his solution body being sent is just empty.

For now I've created my own XMLHttpRequest wrapper and it works just fine.