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
大王叫我来巡山2017-12-25 17:29:19
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.
大王叫我来巡山2017-12-21 15:04:29
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