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
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
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 "
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
--- 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 "
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
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
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 "
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
--- 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
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
11 matches
Mail list logo