Mux Upload Manager
Manages in-process uploads, allowing them to be observed from anywhere or restarted in case of network loss or process death
To list all unfinished jobs, use allUploadJobs
To find a job associated with a given file, use findUploadByFile
To restart all uploads after process or network death, use resumeAllCachedJobs.
See also
Functions
Adds an UploadEventListener for updates to the upload list
Finds all in-progress or paused uploads and returns MuxUpload objects representing them. You don't need to hold these specific instances except where they're locally used. The upload jobs will continue in parallel with the rest of your app
Finds an in-progress, paused, or failed upload and returns a MuxUpload to track it, if it was in progress
Removes a previously-added UploadEventListener for updates to the upload list
Resumes any upload jobs that were prematurely stopped due to failures or process death. The jobs will all be resumed where they left off. Any uploads resumed this way will be returned