|
Rank: Newbie Groups: Member
Joined: 3/21/2016 Posts: 3
|
Hi, just realized that sending Blobs via XHR stop working in EO.WebBrowser 2016 (checked 2 last releases). Quote:var formData = new FormData(); formData.append(...); formData.append(...); formData.append(...);
var request = new XMLHttpRequest(); request.open("POST", <URL>, true); request.send(formData); attached Blobs to FormData haven't been sent to server (just empty), other data passed thru. In EO.WebBrowser 2015 from about september it working fine.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi, Please check if this works with the latest Chrome browser. If it works fine with Chrome browser but does not work with EO.WebBrowser, please try to isolate the problem into a test project and send the test project to us. As soon as we receive that we will investigate further. See here for more information on how to send test project to us: http://www.essentialobjects.com/forum/test_project.aspxThanks!
|
|
Rank: Newbie Groups: Member
Joined: 3/21/2016 Posts: 3
|
After few more tests with casting Blobs to File, it looks like the problem is not with Blobs. It not sending image files like png, but no problem with pdf, txt, stl. Any ideas?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
Please send us a test project and we will investigate further. Chromium is a HUGE project and there are millions possibilities, so without a test project it would be pretty much a waste time for both of us to just speculate.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 3/21/2016 Posts: 3
|
Hi, I had no more time to spent on it, so I just simply return to 2015 version. But today I've updated to newest 2016 release and it works.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Great. Thanks for confirming the fix! Please feel free to let us know if you run into any other issues.
|
|