CGI File Uploader

Information and hep with Lil HTTP Server
Post Reply
[B][O][T]

CGI File Uploader

Post by [B][O][T] »

Hello everyone My name is Markus aka [B][O][T] and I need some help with a CGI File uploader script that works with lil HTTP Server.
Images is the only thing I want people should be able to upload. (*.gif *.jpg *.png)

Can anyone recommend a script that works with Windows 98?
And please talk to Me as a n00b, couse I want this to work ASAP.

TIA,
BOT
User avatar
Scott
Site Admin
Site Admin
Posts: 2566
Joined: Wed Apr 16, 2003 5:35 pm
Location: Western PA

Post by Scott »

Lil' HTTP uses EXE type CGIs. You can write these with any language that supports StdIn and StdOut routing. You can do this with C/C++, MASM, or PBCC (and others too I'm sure). You would design a form that uses POST to give a file name to the CGI script. You will also need an FTP server running in order to accept files from the users. HTTP can not accept uploads.

Scott
Guest

Post by Guest »

Thanks Scott I'll try that

BOT
Post Reply