in reply to accessing http headers from form uploads in cgi/mod_perl

Since you mention mod_perl, you should look into Apache::UploadMeter. It uses the upload hooks in Apache to show the progress of the upload. This will be more efficient than checking the size of the file on disk everytime. It also uses XML and XSLT to display the upload stats to save bandwidth.

- Cees

  • Comment on Re: accessing http headers from form uploads in cgi/mod_perl