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

Hiscore Uploading


Hiscore Uploading

Postby GlenC » Sep 30, 2004 @ 10:44am

Hi,

I'm trying to write a highscore upload function on the ppc, and a server side perl script to accept the data.

The data will be sent as multipart/form-data.

I can create the form using html, and this works fine from a browser, but how do I do this from ppc using the wininet api?

<body>
<FORM action="http:\\www.xxxx.com/cgi-bin/upload.cgi" method="POST" enctype="multipart/form-data">
<p>Please chose a file to upload:</p>
<input type="FILE" name="file">
<input type="SUBMIT">
</FORM>
</body>

I already know the filename, but wrote this just to test the perl script.

Any help most appreciated.

Glen.
GlenC
pm Member
 
Posts: 11
Joined: Feb 9, 2004 @ 3:03pm


Postby refractor » Sep 30, 2004 @ 12:25pm

Googled:
<a href="http://www.developerfusion.com/show/3272/3/">this</a>
User avatar
refractor
pm Insider
 
Posts: 2304
Joined: Feb 5, 2002 @ 1:12pm
Location: Luxembourg


Return to Windows Mobile


Sort


Forum Description

A discussion forum for mobile device developers on the Windows Mobile platform. Any platform specific topics are welcome.

Moderators:

Dan East, sponge, Digby, David Horn, Kevin Gelso, RICoder

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