in reply to Re: File uploads, CGI::Application, File::TEMP and Uploadify
in thread File uploads, CGI::Application, File::TEMP and Uploadify
while (read ($fh, $buffer, $buffsize)) { print $tmp $buffer; $bytes_retrieved += bufsize; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: File uploads, CGI::Application, File::TEMP and Uploadify
by almut (Canon) on May 10, 2010 at 09:51 UTC |