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
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