开发者

How do I create a file upload progress bar in PHP?

开发者 https://www.devze.com 2023-01-07 06:05 出处:网络
In开发者_如何学Python 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 sol

In开发者_如何学Python 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.


use APC_UPLOAD_PROGRESS from APC.

http://php.net/manual/en/ref.apc.php

The tutorial Kalium posted shows how to use it.


Here, have a tutorial on the subject.


Solution: learn how HTML, Internet communication, and server-side processing work. Understand that your problem is not related to PHP. HAND.

0

精彩评论

暂无评论...
验证码 换一张
取 消