I've implemented uploads in mod_perl with no apparent dramas.. The first time (a couple years back) it took me a while to get my head around it, but I tackled it the other day again and was chuffed at how easy it was.
What errors/symptoms are you guys seeing?
when i add into the second links code something like
%args=$r->args;
my $saveto=$args{saveto};
Have you tried:
my $saveto = $r->param('saveto');cheers,
J
In reply to Re: mod_perl upload woes
by edoc
in thread mod_perl upload woes
by drfrog
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |