Parameters
- options: {
files: File[];
headers?: {
[key: string]: string;
};
url: string;
withCredentials?: boolean;
}files: File[]
Optional
headers?: {
[key: string]: string;
}
url: string
Optional
withCredentials?: boolean
Promise of request with onProgress
callback
Upload file to URL with progress callback using PromiseProgress