Interface UploadCustomRequestOptions
Properties
action
action: string
data
data: object
file
filename
filename: string
headers
headers: object
onError
onError: ((error: Error,
response?: any,
file?: RcFile) => void) onProgress
onProgress: ((event: { percent: number; },
file: RcFile) => void) onSuccess
onSuccess: ((response: object,
file: RcFile) => void) withCredentials
withCredentials: boolean
Public