Re: [mp2] upload file

2003-04-03 Thread Stas Bekman
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

Re: [mp2] upload file

2003-04-03 Thread Udlei Nattis
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

Re: [mp2] upload file

2003-04-02 Thread Stas Bekman
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

Re: [mp2] upload file

2003-04-02 Thread Udlei Nattis
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

Re: [mp2] upload file

2003-04-01 Thread Stas Bekman
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

[mp2] upload file

2003-04-01 Thread Udlei Nattis
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

RE: MySQL, file upload, file size

2002-03-01 Thread Fitch, George A
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

MySQL, file upload, file size

2002-03-01 Thread Gregor Mosheh, B.S.
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

Upload file without file-selection field

2000-05-17 Thread James Xie
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

Re: Upload file

2000-05-03 Thread Andreas Grupp
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

Re: Upload file

2000-05-03 Thread Ken Y. Clark
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

Upload file

2000-05-03 Thread Srinidhi Rao S
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