in reply to (Ovid) Re: CGI.pm file upload freaking me out
in thread CGI.pm file upload freaking me out
Testing the open (F, ">$photo_save_name");, although a good idea, isn't a problem. This is the code that works, remember.
My new code does replace while (<$file_name>) with while ( read( $file_handle, $buffer, BUFFER_SIZE ) ) { (but, really, with 30K files and a 16K buffer I'm not really gaining much) but again, that's not what's giving me fits (none of those things break anything.) Why doesn't $CGI::POST_MAX work? Why doesn't upload(), tmpFileName(), and uploadInfo() work? Sigh. And yeah, I checked my CGI installation and installed all the subclasses before posting. Again, sigh.
Gary Blackburn
Trained Killer
|
|---|