Welcome Guest Search | Active Topics | Sign In | Register

EO.WebBrowser, sending a blob via XMLHttpRequert stop working Options
Kamil
Posted: Monday, March 21, 2016 9:14:43 AM
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.
eo_support
Posted: Monday, March 21, 2016 9:42:53 AM
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.aspx

Thanks!
Kamil
Posted: Tuesday, March 22, 2016 5:01:38 AM
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?
eo_support
Posted: Tuesday, March 22, 2016 8:27:23 AM
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!
Kamil
Posted: Friday, April 22, 2016 7:22:14 AM
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.
eo_support
Posted: Friday, April 22, 2016 10:20:48 AM
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.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.