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