The size of the uploaded file may (or may not) be passed in the headers - call uploadInfo() to find out.$q = CGI->new(); $q->upload_hook(\&hook,$data); sub hook { my ($filename, $buffer, $bytes_read, $data) = @_; print "Read $bytes_read bytes of $filename\n"; }
In reply to Re: Upload Progress
by matija
in thread Upload Progress
by Ganlron
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |