PHP used in the background for file downloading. How to implement file downloading using js on the front-end page? Monitor download progress and start and pause file downloading.
大王叫我来巡山2017-12-21 15:02:46
0
3
2362
The php used in the background does file downloading. How does the front-end page js implement file downloading? Monitor the download progress and start and pause file downloading
Not only that, I would like to ask if it is possible to make a download similar to mobile phone Thunder, which can be paused and started. After pausing, re-entering can still have the previous progress. I use Baidu's webuploader to upload slices.
Please help. The file downloads about PHP I found on Baidu are all downloaded through output to the browser. I want to make it possible to monitor the file download progress, start and pause like mobile phone Thunder. I don’t know if php and js can achieve it
Not only that, I would like to ask if it is possible to make a download similar to mobile phone Thunder, which can be paused and started. After pausing, re-entering can still have the previous progress. I use Baidu's webuploader to upload slices.
The front end uses
Please help. The file downloads about PHP I found on Baidu are all downloaded through output to the browser. I want to make it possible to monitor the file download progress, start and pause like mobile phone Thunder. I don’t know if php and js can achieve it