I am writing a Visual Basic CGI program that reads data from an HTML form. I have been using a module that I found with the server Website, named CGI32.bas. Both "GET" and "POST" work just fine with small amounts of data. My problem is when I try to send larger amounts of data. The CGI32.bas module talks about "huge" files, but doesn't really explain how to handle them. My email is [email protected] Thanks in advance!
