Forum Moderators: coopster

Message Too Old, No Replies

upload progress meter using php

upload progress meter using php

         

drooh

6:21 am on Apr 16, 2008 (gmt 0)

10+ Year Member



Can anyone poitn me in the right direction for a simple upload progress meter that uses php?

I have been tryig to do this for a yeah and a half and have yet to find a great solution that can be easily customized.

dreamcatcher

7:19 am on Apr 16, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



PHP progress bars require CGI, which can make things a little awkward. Try Googling for ajax progress bars. You might find something suitable there.

dc

vincevincevince

7:29 am on Apr 16, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It's very difficult to do with PHP. I strongly recommend that you use Javascript to run the progress bar.