Udlei Nattis wrote:
fix problem
i need change SetHandler modperl to perl-script, now upload is ok
why this happens? i need add any options in SetHandler modperl to use
upload ?
Please read:
http://perl.apache.org/docs/2.0/user/config/config.html#C_SetHandler_
Do you say that you have no errors l
fix problem
i need change SetHandler modperl to perl-script, now upload is ok
why this happens? i need add any options in SetHandler modperl to use
upload ?
thanks
nattis
Stas Bekman wrote:
I used of examples these 2 archives
but dont functioned
in mp1 i dont have problem
my mp2 version is
I used of examples these 2 archives
but dont functioned
in mp1 i dont have problem
my mp2 version is last cvs version
So you have a problem with mp2. Did you upgrade your CGI.pm to the latest version?
__
Stas BekmanJAm_pH
defined value?
Does the same program works with mp1? Do you use the latest mp2 (at
least 1.99_08), better cvs?
The 2.0 test suite has an upload file test (CGI.pm) and it works fine
with the current mod_perl. Please look at the pair:
t/modules/c
enctype param("test") print "abcdef"
my question is: why when i add enctype, param("test") return undefined
value?
Does the same program works with mp1? Do you use the latest mp2 (at least
1.99_08), better cvs?
The 2.0 test suite has an upload file test (CGI.pm) and
hi,
i have problem for upload files
testing use CGI and CGI::Simple
look file.pm:
$cgi = CGI->new;
$r->print($cgi->param("test")." xxx ");
file .html
when i add enctype param("test") return undefined value
and wne i remove enctype param("test") print "abcdef"
my question is: why when
What's your max_allowed_packet setting in my.cnf?
Gaf
-Original Message-
From: Gregor Mosheh, B.S. [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 01, 2002 3:20 PM
To: [EMAIL PROTECTED]
Subject: MySQL, file upload, file size
I'm using file upload fields, and submittin
I'm using file upload fields, and submitting the MIME-encoded version of the
file contents to a MySQL database. If I try to upload a file larger than
about 500kB, the DB insertion fails and I get this in the Apache error_log:
DBD::mysql::st execute failed: MySQL server has gone away at
/usr/local
Is there a way I can upload files from client machines to server without
using the browse button (file-selection field) ? Basically what I need is
to set file names in the script somewhere(?) before users click on submit
button. Sorry I'm new to both mod_perl and Apache, I don't know what I wa
Am 3 May 2000, um 15:14, hat Srinidhi Rao S folgendes geschrieben:
> Hi all,
> I am new to perl programming. I am working in a project where I need to
> upload some files in a web interface. I used HTML file upload object with
> POST method. My question how do I receve the uploded
On Wed, 3 May 2000, Srinidhi Rao S wrote:
> Hi all,
> I am new to perl programming. I am working in a project where I
> need to upload some files in a web interface. I used HTML file upload
> object with POST method. My question how do I receve the uploded file
> on the server side. Is the
Hi all,
I
am new to perl programming. I am working in a project where I need to upload
some files in a web interface. I used HTML file upload object with POST
method. My question how do I receve the uploded file on the server side.
Is there is any module o call in PERL to do this job
12 matches
Mail list logo