//library/com.uploadcare.android.library.upload/FileUploader/upload
upload
[androidJvm]
Content
open override fun upload(progressCallback: ProgressCallback?): UploadcareFile
More info
Synchronously uploads the file to Uploadcare.
The calling thread will be busy until the upload is finished.
Return
An Uploadcare file
Parameters
androidJvm
Name | Summary |
---|---|
progressCallback | , progress will be reported on the same thread upload started. |