RE: File upload problem

2005-04-30 Thread Bart Terryn
fact that this problem only occurred under the mod_perl environment. But all is bright and shining again Bart -Original Message- From: Bart Terryn [mailto:[EMAIL PROTECTED] Sent: Saturday, April 30, 2005 11:42 AM To: modperl@perl.apache.org Subject: File upload problem Hi, I'

File upload problem

2005-04-30 Thread Bart Terryn
Hi, I'm have been running mod_perl for a while now. Current situation is: -Win 2000 SP2 -Apache 2.0.47 -mod_perl 1.999.22 -Perl 5.8.3 http conf: Alias /mod_perl/ "C:/Program Files/Apache Group/Apache2/mod_perl/" SetHandler perl-script

Re: file upload problem

2005-01-31 Thread Tom Schindl
John Saylor wrote: hi i'm trying to make this modperl upload handler work and it doesn't. it keeps giving me absolutely nothing for the file [but gives all the params and their values just fine]. [...] Does your form pass things using the appropiate enctype: multipart/form-data Tom

file upload problem

2005-01-31 Thread John Saylor
hi i'm trying to make this modperl upload handler work and it doesn't. it keeps giving me absolutely nothing for the file [but gives all the params and their values just fine]. i'm using apache_1.3.29, mod_perl-1.29, mod_ssl-2.8.16-1.3.29 This is perl, v5.8.2 built for i686-linux Linux ralph.worl