"multipart/form-data" Method "POST" to cgi script not working

2001-07-31 Thread mlists
Hello all, If anyone could shed some light on this I would be in there debt. I know what the BIG problem is...these scripts where written in perl5.004 and we have moved or are moving to 5.6.0, but I don't know where to start looking to fix the code so that is works with 5.6.0. Th

RE: "multipart/form-data" Method "POST" to cgi script not working

2001-07-31 Thread mlists
I tried using your test script with my test.html that i sent and nothing -Original Message- From: Curtis Poe [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 9:00 AM To: CGI Beginners Subject: RE: "multipart/form-data" Method "POST" to cgi script not working

RE: "multipart/form-data" Method "POST" to cgi script not working

2001-07-31 Thread mlists
Here is the code, the HTML page that is a template that is merged with the %data hash handled by sub "merge_template" I've even wrote little test pages and scripts just to test the data passing and that is where i discovered the diff between "POST" and "GET"...i will send those too... Du

"multipart/form-data" Method "POST" to cgi script not working

2001-07-31 Thread mlists
Hello all, If anyone could shed some light on this I would be in there debt. I know what the BIG problem is...these scripts where written in perl5.004 and we have moved or are moving to 5.6.0, but I don't know where to start looking to fix the code so that is works with 5.6.0. Th