[Catalyst] On fantastic catalyst plugin,
Catalyst::Plugin::UploadProgress
Don Arbow
donarb at nwlink.com
Tue Nov 22 18:12:17 CET 2005
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).
Don
More information about the Catalyst
mailing list