How to realize G-level breakpoint continuation (multipart upload) and segmented download of large files by front-end js

now the demand is that 4G files need to be uploaded and uploaded in parts; on the other hand, when the file needs to be downloaded, it needs to be downloaded in segments, and the url, front end of many files need to realize url to get the file stitched and packaged into a complete file.

Mar.04,2021

1. For multipart upload, use the slice function of the blob object, fragment, and then submit the form, and merge
2 at the back end. If you download in segments, you don't know how to implement it. If the file is too large, you can only use the download tool

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b35bd2-2bfc5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b35bd2-2bfc5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?