> > my ($tmp_fh, $tmp_filename) = tempfile('CGIuploaderXXXXX', UNLINK => 1
> > , DIR => File::Spec->tmpdir() );
> >
> > I"ll be submitting a patch for this next week.
>
> Rob Kinyon suggested patching or upgrading File::Temp. That does seem
> like a better place to fix the problem. It's also a wishlist item
> for CGI::Uploader:Note: My version of File::Temp (0.14) for Perl 5.8.6 uses tmpdir(), not curdir(). You might want to upgrade File::Temp before doing anything drastic. Of course, upgrade CGI::Uploader to be explict about these things isn't a bad idea. Explicit is always good. Rob --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
