Stas Bekman wrote:
Do we have the same problem with Apache::Request?
I don't think so, but I'm not sure where the uploaded data gets spooled to by Apache::Request. (CGI.pm created "CGItemp<number>" files in my C:\Temp directory. Where does Apache::Request put this data?)
You can specify the temp dir in new(), with TEMP_DIR. it uses the apreq prefix for temp files. see ApacheRequest_tmpfile() in standard/c/apache_request.c.
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
