how to show file uploading progression bar using php ?

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
corecoder
Forum Newbie
Posts: 6
Joined: Fri Aug 14, 2009 3:57 am

how to show file uploading progression bar using php ?

Post by corecoder »

Hi all

I want to show a progression bar while my site users upload files
I would like to implement this with out using any PHP framework.
please share you ideas about this concern..

Thanks :)
webmonkey88
Forum Newbie
Posts: 20
Joined: Fri Aug 14, 2009 4:30 am

Re: how to show file uploading progression bar using php ?

Post by webmonkey88 »

this is not something you can do using php the only way to do this would be with javascript, try mootools best javascript framework i have used well supported and has a great book out for it
Mark Baker
Forum Regular
Posts: 710
Joined: Thu Oct 30, 2008 6:24 pm

Re: how to show file uploading progression bar using php ?

Post by Mark Baker »

It can be done with PHP if you have the Pear APC module installed, and apc.rfc1867 enabled
webmonkey88
Forum Newbie
Posts: 20
Joined: Fri Aug 14, 2009 4:30 am

Re: how to show file uploading progression bar using php ?

Post by webmonkey88 »

I have never heard of that, had a quick google for it and cant see any documentation on it, could you post a link to it or a demo about it
Mark Baker
Forum Regular
Posts: 710
Joined: Thu Oct 30, 2008 6:24 pm

Re: how to show file uploading progression bar using php ?

Post by Mark Baker »

There isn't much documentation;
But check the online APC manual
Post Reply