标签: php jquery ajax progress-bar jquery-confirm
我正在执行ajax脚本来上传文件和PHP文件,上传的文件不仅会上传,还会执行MySQL查询。
我的问题是:是否可以为文件上传而不是整个脚本设置进度条?如果可能的话,在php文件中为每个“Step”分隔消息。
Example (upload.php): #Step 1 $message = "uploading file"; #Step 2 $message = "Creating Thumbnail"; #Step 3 $message = "Add to Database";