UNPKG

angular2-http-file-upload

Version:

Library to support HTTP file uploads for Angular 2

9 lines 202 B
export class UploadItem { method: string = 'POST'; url: string = ''; headers: any = {}; formData: any = {}; withCredentials = false; alias: string = 'file'; file: any = {}; }