file upload progress bar

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
stow
Forum Newbie
Posts: 13
Joined: Tue Jul 27, 2010 1:31 pm

file upload progress bar

Post by stow »

hey all,

I've created a file upload page on my site however only google chrome shows the progress of the files upload. so if someone using the site on firefox which will most likely be the case and they are uploading a large file then they won't have any idea how much of the file has been uploaded. i've tried http://www.johnboyproductions.com/php-u ... gress-bar/ but im having trouble getting APC started. any help would be appreciated.

Thank you,

stow
cpetercarter
Forum Contributor
Posts: 474
Joined: Sat Jul 25, 2009 2:00 am

Re: file upload progress bar

Post by cpetercarter »

Uploadify works well and should display a progress bar in any browser
stow
Forum Newbie
Posts: 13
Joined: Tue Jul 27, 2010 1:31 pm

Re: file upload progress bar

Post by stow »

Thanks. I had a look at this before but I thought that I've all ready had a good go at my own upload. Do you know anything about a php based progress bar like the one I've stated above? or any step by steps on installing APC? Thanks
Post Reply