Gets info for a specific file within an upload session.
the upload session host
the upload session UUID
the name of the file within the upload session
a promise that resolves with the file info
Lists the missing file chunks for an upload session.
the upload session host
the upload session UUID
the name of the file within the upload session
a promise that resolves with upload session missing file chunk range list
Lists info about the files in an upload session.
the upload session host
the upload session UUID
a promise that resolves with upload session file info list
Uploads multiple files to an upload session simultaneously.
the upload session host
the upload session UUID
the list of files to upload
an optional logger to enable console messages for internal process details
an observable that emits events to notify consumers of upload progress for each file
Generated using TypeDoc
Upload Service provides a wrapper for the iland upload engine to allow robust, resumable uploads of large files.