Forum Moderators: coopster

Message Too Old, No Replies

php upload progress bar meter?

php upload progress bar meter?

         

drooh

1:02 am on Mar 7, 2007 (gmt 0)

10+ Year Member



Hello, I am trying to make a simple upload progress bar meter. I have found alot of resources but none that I can seem to understand. I have spent hours fooling around and trying to get something to work.

I have read recently that php 5.2.0 supports this function.

Can anyone point me in the right direction or help me understand what I need to do to get started. Does anyone have a working example that would be willing to describe how they got it set up and working?

Thanks so much.. :)

eelixduppy

3:52 am on Mar 7, 2007 (gmt 0)



This cannot be done with php alone. WebmasterWorld has a few good threads on this subject floating around. A simple search should yield some good results:
Showing upload file progress to user [webmasterworld.com]
php classes: upload progress [google.com]
hotscripts upload progress [hotscripts.com].

Best of luck! :)

coopster

5:30 am on Mar 8, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



This recent discussion may be relevant here too, PECL provides one solution:
Finding PHP's temp file during upload [webmasterworld.com]

drooh

6:41 am on Mar 11, 2007 (gmt 0)

10+ Year Member



its seems that the one I got from hotscripts only works 1/2 the time and less likely with larger mp3 files. any ideas?