[RESOLVED] basic cgi file upload
The only cgi experience I have has been from modifying someone elses code, so I don't have a great deal of knowlege on this subject.
I have a VB6 program that does a mathematical conversion and I want to make it available on the web.
I need the client to upload an input file then my program will do the business and provide an output file.
All the info I have seen seems to be about Perl.
Can anyone tell me how to upload the file using the VB version of cgi?
TIA
/Andrew
http://pw1.netcom.com/~obrienk/ has a zip file that contains not only CGI4VB.bas, but also several useful sample projects, including how to upload a file.