Upload Progress Bar - Has anyone tried this?

See all posts See thread Reply

Re: Upload Progress Bar - Has anyone tried this? new!
by colin, 16 years, 9 months ago
The class will work fine with any upload meter system, since the class enters in action only after the files have been uploaded.

If you are using PHP 5.2+, there is a PECL extension which tracks uploads, and allows you to write an upload meter.

If you don't mind recompiling PHP, there are some patches available for earlier versions of PHP. Here is the original post by Doru Petrescu.Reply
Re: Upload Progress Bar - Has anyone tried this? new!
by colin, 16 years, 9 months ago
You also can read some background information here and here.Reply