in reply to Understanding CGI::upload_hook() ;
I have a working example of an upload meter script that you can have a look at. It uses some AJAX calls to update the webpage of the progress. You can try it out at the following URL:
http://cees.crtconsulting.ca/perl/examples/uploadmeter/
There is a link to a tarball containing all the code to get it running on that page as well.
It uses the CGI.pm upload hook to manage the upload, so it should give you some good hints on how to get it going in your script.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Understanding CGI::upload_hook() ;
by rolinger (Initiate) on Aug 19, 2005 at 21:01 UTC | |
by cees (Curate) on Aug 19, 2005 at 23:14 UTC |