weixin_33736048 2017-10-02 05:15 采纳率: 0%
浏览 16

jQuery:观看脚本上载

I am executing an ajax script to upload files and the PHP file that those the upload not only uploads but also executes MySQL queries.

My question is: is it possible to have a progress bar not only for the file upload but for the entire script? If possible with separated messages for each "Step" inside the php file.

Example (upload.php):
#Step 1
$message = "uploading file";

#Step 2
$message = "Creating Thumbnail";

#Step 3
$message = "Add to Database";
  • 写回答

0条回答 默认 最新

    报告相同问题?