partialUpload

open fun partialUpload(partialUpload: Boolean): UploadOptions.Builder

Sets nopartial option.

If partialUpload is TRUE files not fully red will be saved on the server. This controls the api parameter nopartial.

For more details see here

Return

the same Builder instance

Parameters

partialUpload

true to force partial upload saves, false otherwise