Parameter Type Description paramsString Custom variable, key must start with x:. mimeTypeString Specifies the mimeType of the file. checkCrcboolean Whether to verify the uploaded file. progressHandlerUpProgressHandler Upload progress callback. cancellationSignalUpCancellationSignal cancels the upload, and when isCancelled() returns to true, no more uploads will be performed.
android SDK here
UploadOptions parameter description:
Parameter Type Description
params
String
Custom variable, key must start with x:.mimeType
String
Specifies the mimeType of the file.checkCrc
boolean
Whether to verify the uploaded file.progressHandler
UpProgressHandler
Upload progress callback.cancellationSignal
UpCancellationSignal
cancels the upload, and whenisCancelled()
returns totrue
, no more uploads will be performed.Just set checkCrc here to true