start

fun start(forceRestart: Boolean = false)

Starts this Upload. You don't need to hold onto this object in order for the upload to complete, it will continue in parallel with the rest of your app. You can always get a handle to an ongoing upload by using MuxUploadManager.findUploadByFile

To suspend the execution of the upload, use pause. To cancel it completely, use cancel

Parameters

forceRestart

Start the upload from the beginning even if the file is partially uploaded

See also