This site is no longer active and is available for archival purposes only. Registration and login is disabled.

HTTP Multipart


HTTP Multipart

Postby yucani » Jan 27, 2008 @ 10:39pm

Hello,
we need for our needs http requests. Until now we used simple get or post requests. As for that, we needed to encode request parameters only using ascii codes. To overcome this problems, we tried the multipart possibility.
Below the changed code sample

EHTTPRequest request("http://localhost/mod/o1.pl");
request.AddData("dt",(unsigned char *) aURL,data_out,NULL,"application/x-gzip");
ecd->net[0]->SendHTTPPostMultipart(&request);
stack.Alloc(aPagesize);

data_out holding the parameters length
aURL holding the parameters in a char*.

Running the Apps on WinXP, is ok. Perl scripts confirm the data is sended correct.
But on UIQ the Apps crashes or generates no netEvents and on a WM5 it returns HSTATE_ERROR netEvent.

We didn't try the apps on gprs only on wlan.
Is this feature also needing the apps to be signed?
User avatar
yucani
pm Member
 
Posts: 29
Joined: Jan 11, 2008 @ 11:19am


Postby edge » Jan 28, 2008 @ 9:13am

EDGELIB: Cross-platform mobile development at your fingertips
http://www.edgelib.com
User avatar
edge
pm Member
 
Posts: 1180
Joined: Aug 22, 2005 @ 3:42pm
Location: The Netherlands


multipart

Postby yucani » Jan 28, 2008 @ 9:38am

User avatar
yucani
pm Member
 
Posts: 29
Joined: Jan 11, 2008 @ 11:19am


Postby edge » Jan 28, 2008 @ 10:04am

EDGELIB: Cross-platform mobile development at your fingertips
http://www.edgelib.com
User avatar
edge
pm Member
 
Posts: 1180
Joined: Aug 22, 2005 @ 3:42pm
Location: The Netherlands


multipart

Postby yucani » Jan 29, 2008 @ 11:05am

as our http/net routines were not included were classmain was defined, but in a seperate module, we moved them back to ClassMain and the problem was solved.
Unfortunatly we do not have the time to find out why standard post and get worked well, but multipart not.


But definitly now Multipart requests are working on UIQ and PPC.
User avatar
yucani
pm Member
 
Posts: 29
Joined: Jan 11, 2008 @ 11:19am


Return to EDGELIB


Sort


Forum Description

Powerful and affordable C++ middleware solution covering true multi-platform 2D, 3D and network features for Apple iPhone, Windows Mobile, Symbian S60, UIQ, Linux and Windows desktop.

Moderator:

edge

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

cron