使用php跟踪文件下载进度

时间:2013-01-21 06:43:56

标签: php jquery mysql download progress-bar

我有一个简单的下载页面。当用户单击“下载”按钮时,它希望显示下载的进度(在进度条中)。另外我想跟踪文件是否下载。我能用php和Jquery做到这一点吗?请帮我。提前谢谢。

1 个答案:

答案 0 :(得分:1)

无法通过jQuery或其他任何方式跟踪下载进度。

请参阅此帖Can I use jQuery UI Progress Bar to indicate the progress of downloading a file?的已接受答案,原因如下。