Re: multipart form data

2003-07-16 Thread fliptop
On Tue, 15 Jul 2003 at 17:30, Anshuman Kanwar opined: [snip] AK:So it sees the filename but not the data itself. Problem is that I want to AK:save the Jpg pictures in some other files and the AK:"BOTZSERIAL=00:02:D3:00:01:01" type info in some other file, but I am not AK:seeing the binary (jpg) da

multipart form data

2003-07-15 Thread Anshuman Kanwar
Hi all, I am trying to process a HTTP POST using CGI.pm (appended below). The encoding is multipart/form-data. One(or more) of these parts is(are) jpg images. I an curently dumping the name = value pairs using the following program: #!/usr/bin/perl -wT use strict; use CGI; my $q = new CGI

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

2001-07-31 Thread mlists
5.6.0. This is a "multipart/form-data" form, using method "POST" I'm unable to retrieve the params passed to the cgi via "$cgi->param('PARAM')", HOWEVER, if the method is "GET" the "$cgi->param('PARAM')" works, but "

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 Curtis Poe
--- mlists <[EMAIL PROTECTED]> wrote: > > 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 "

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

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

2001-07-31 Thread Brett W. McCoy
On Tue, 31 Jul 2001, mlists wrote: > This is a "multipart/form-data" form, using method "POST" I'm unable to > retrieve the params passed to the cgi via "$cgi->param('PARAM')", HOWEVER, > if the method is "GET" the &qu

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

2001-07-31 Thread mlists
5.6.0. This is a "multipart/form-data" form, using method "POST" I'm unable to retrieve the params passed to the cgi via "$cgi->param('PARAM')", HOWEVER, if the method is "GET" the "$cgi->param('PARAM')" works, but "

Re: CGI.pm not recognising multipart/form-data ?! help

2001-07-11 Thread Pierre Smolarek
I got mad and removed the old version of perl and did a clean install of perl 5.6.1 There is no error code at all. Just plain not detecting multipart/form-data the value of the name is the name of the file. OS is freebsd 4.3 Thanks - Original Message - From: "Curtis Poe&quo

Re: CGI.pm not recognising multipart/form-data ?! help

2001-07-11 Thread Curtis Poe
--- Pierre Smolarek <[EMAIL PROTECTED]> wrote: > I have an upload script that works fine on other servers, up i just > reinstalled perl 5.6.1 on a new server and its not working in the same way > > CGI.pm is loaded and seemes to detect the value's of forms, but not > form-data forms... Is it giv

CGI.pm not recognising multipart/form-data ?! help

2001-07-11 Thread Pierre Smolarek
I have an upload script that works fine on other servers, up i just reinstalled perl 5.6.1 on a new server and its not working in the same way CGI.pm is loaded and seemes to detect the value's of forms, but not form-data forms... Do i need to install a mod somewhere? Need help on this one quite