kutty1 has asked for the wisdom of the Perl Monks concerning the following question:
Hi All
Currently we are using CGI scripts for copying the files from one path to another path. While doing this, there is lot of internal changes (i.e. renaming the files, preflight the files). After the full process, the files are copied in another path and will display success.cgi, if any problem in the process, it will move error.cgi. Everyting works fine. But some times the file size is more than 200 MB (more than 25 min), the page automatically expired. Since the IE has some security purpose.
Could you please anyone to suggest me, how to solve this problem.
hi there,
interesting problem!
have a script 'status.cgi'. When a user hits the submit (a) calculate the amount of data to be transferred (b)store this number somewhere in the target (c) have a page 'status.cgi' which AUTO REFRESH every minute (d) this page calculates the target data and displays the status (percentage completion or time remaining)
hope it helps,
cheers,
perl_fan