[Catalyst] On fantastic catalyst plugin, Catalyst::Plugin::UploadProgress

Andy Grundman andy at hybridized.org
Tue Nov 22 18:21:08 CET 2005


Don Arbow wrote:
> Does this really work in Apache, or are you testing it with HTTP Engine?
> 
>  From my testing some time back (not in Catalyst), the "progress" that 
> appears is not the actual upload, but the copy from Apache's tmp file to 
> the CGI's tmp variable. By the time that you get any progress, the file 
> has already moved over the wire. I was under the impression that the 
> only way to get actual progress was to hook into Apache (Apache::Request 
> has an upload hook).

Yes, it really works. :)  It's been tested in the standalone engine, 
Apache, FastCGI, and plain old CGI.

-Andy



More information about the Catalyst mailing list