T
tower.grv
Hello.
I am developing cgi perl script for uploading files with uploading
progress bar.
Now i have script that do this good.
While uploading i must to know total size of the file that is being
uploaded.
It is not problem becouse there is global variable
$ENV{CONTENT_LENGTH} that contains the lenght of the attachment.
The problem is when 2 or more files are bieng uploaded.
How can i know the size of each file?
I use CGI->new(\&hook) method to catch file uploading process.
I am developing cgi perl script for uploading files with uploading
progress bar.
Now i have script that do this good.
While uploading i must to know total size of the file that is being
uploaded.
It is not problem becouse there is global variable
$ENV{CONTENT_LENGTH} that contains the lenght of the attachment.
The problem is when 2 or more files are bieng uploaded.
How can i know the size of each file?
I use CGI->new(\&hook) method to catch file uploading process.