In my PHP web site, i want to create a file uploading progress bar. I have used many code, but it’s not working. My PHP version is 5.2.8 and sever is in Linux. Please give me a solution.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
use APC_UPLOAD_PROGRESS from APC.
http://php.net/manual/en/ref.apc.php
The tutorial Kalium posted shows how to use it.