Page 1 of 1
how to show file uploading progression bar using php ?
Posted: Fri Aug 14, 2009 4:00 am
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

Re: how to show file uploading progression bar using php ?
Posted: Fri Aug 14, 2009 4:32 am
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
Re: how to show file uploading progression bar using php ?
Posted: Fri Aug 14, 2009 5:12 am
by Mark Baker
It can be done with PHP if you have the Pear APC module installed, and apc.rfc1867 enabled
Re: how to show file uploading progression bar using php ?
Posted: Fri Aug 14, 2009 8:29 am
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
Re: how to show file uploading progression bar using php ?
Posted: Mon Aug 17, 2009 5:28 am
by Mark Baker
There isn't much documentation;
But check the
online APC manual