Ive been trying to implement a mod_perl 1.0 on apache 1.3.28 based upload scenario for a while now, as soon as i try to add other parameters to the form it gets funky, either a problem exists with modperl and switching get/post and/or it dies upon trying to load in $apr->upload. I am basically trying to just pass a variable to save the file to
can anyone point to a way to do this? or should i just use CGI::Upload or some other solution?