--
[ Picked text/plain from multipart/alternative ]
libcurl is good(and portable) if you want to transfer over http and/or ftp.
I've used it on several projects to get a simple game and simple 'master
server' to submit info to a web database through php queries.
someurl/highscores.php?name=someguy&score=100 In my case the php file
generated formated xml so i could display a 'server list', but it could be
formatted however you want. Doesn't have to be php, use whatever html or txt
file or whatever you want.

J


On 7/24/07, William Ravaine <[EMAIL PROTECTED]> wrote:
>
> --
> [ Picked text/plain from multipart/alternative ]
>
> You could use good old winsock coding for this. Create a socket on the
> server and one on the target client, connect them, and transfer the file
> using TCP.> From: [EMAIL PROTECTED]> To: [email protected]>
> Subject: [hlcoders] Transfering data via HTML> Date: Tue, 24 Jul 2007
> 11:34:53 -0400> > This is a multi-part message in MIME format.> --> [ Picked
> text/plain from multipart/alternative ]> I'm trying to implement some sort
> of file transfering system within the source engine. (Wanting to transfering
> data via HTML).> I got as far as making html pages viewable, but i'm trying
> to find a way to send files from a webserver.> So i was trying to find how
> the server transfers files to the clients on map download and such, but
> that's built into the enigne i'm assuming.> > So, my question is. Would this
> be possable? Is there any framework or something i can start off with?> -->
> > > _______________________________________________> To unsubscribe, edit
> your list preferences, or view the list archives, please visit:>
> http://list.valvesoftware.com/mailman/listinfo/hlcoders>
> _________________________________________________________________
> Besoin d'un e-mail ? Créez gratuitement un compte Windows Live Hotmail,
> plus sûr, plus simple et plus complet !
> http://www.windowslive.fr/hotmail/default.asp
> --
>
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlcoders
>
>
--

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to