in reply to Re: Upload Progress
in thread Upload Progress

But this can't be used to build a progress bar... see Yet another progress bar.; I made the same error :)

Ciao, Valerio

Replies are listed 'Best First'.
Re: Re: Re: Upload Progress
by cees (Curate) on Apr 27, 2004 at 01:08 UTC
    But this can't be used to build a progress bar...

    Not within the same request, as was mentioned in the thread you linked to, but you can use it to build a pop-up based progress bar. See Apache::UploadMeter for a mod_perl implementation of a progress bar (it uses the upload hook in Apache::Request to do it).

    - Cees