RE: File upload problem

2005-04-30 Thread Bart Terryn
Hi everybody It turned out to be a CGI.pm problem related to the setup I'm running. And here is the solution: Apparantly CGI.pm V3.01 no longer allows you to force your TMPDIRECTORY to a folder of your choice. This used to be possible by uncommenting line 26 to read something like: $CGITe

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