startUpload

@NotNull
open fun startUpload(@NotNull upload: @NotNull Upload): @NotNull TransferController
@NotNull
open fun startUpload(@NotNull upload: @NotNull StreamUpload): @NotNull TransferController

Start an upload.

If there is an active transfer being executed on this manager, the transfer will be queued.

Return

The controller used to pause, resume, or cancel the upload.

Parameters

upload

The upload to start.