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