Show quoted text> Hi,
>
> There a change to Uploader.pm I made a while back but It never made it
> into the distribution
>
> Change line 630 of Uploader.pm from this
>
> my ($tmp_fh, $tmp_filename) = tempfile('CGIuploaderXXXXX', UNLINK => 1);
>
> To this
>
> my ($tmp_fh, $tmp_filename) = tempfile('CGIuploaderXXXXX', UNLINK =>
> 1, DIR => $self->{'temp_dir'});
>
> And add temp_dir => { type => SCALAR }, to the validate parmaters on
line 239
Show quoted text>
> I can submit a more formal patch if need be, but I thought this one
> was pretty simple.
>
> Jeff.
Jeff,
Please do prepare a patch, including updating 'Changes', docs, and
hopefully, a test.
Also, use the RT bug tracker for future bugs and wishes, which makes it
easier
to me to stay organized about them.
Mark