At 7:55 AM +0200 6/24/09, Teun Lassche wrote:
I'm making an upload script with PHP, is there a way I can show a
progressbar while uploading?

--
Teun Lassche

It's not a progress bar, but it's a heck of a lot simpler:

http://webbytedd.com/bb/wait/

The biggest problem in uploading a file is figuring out how large it is. You can't find that out in php and Javascript is limited in what information it can access. I found the problem more trouble than it was worth to fix. Besides, what does the user need to see while an operation is underway?

Cheers,

tedd

--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to