How to upload files(multipart) using angularjs2
问题 Do angular2 supports multipart form submit, any example available? Any link to docs specific to this is much appreciated See post from angular github https://github.com/angular/angular/issues/6030 **** Updated later with Working Demo using XMLHttpRequest **** Any example showcasing sending FormData as part of http , Below is a draft code which works fine for me but like to know if same supported in http HTML <input id="single_f_fileup" [(ngModel)]="model.image" type="file" (change)=