This topic is locked

progress bar during file uploads

5/30/2007 12:46:53 PM
PHPRunner General questions
Allenh author

I've set up an upload area for client files, but because some of the files are very large, uploads take a long time, and clients don't release that files are still being uploaded.
Is there anyway to insert some sort of 'progress bar' to let clients know that something is still happening. An 'actual' progress bar would be preferred, but even a 'graphic' that implies progress would be acceptable.
Any thoughts and help would be greatly appreciated.
Thanks,

A.

Sergey Kornilov admin 5/31/2007

This requires to use custom control to upload files as web browsers do not provide any info on upload progress.

Search Google for "php file upload with progress bar"
We might add this feature in some later version.