mosh-hamedani / vega

A sample vehicle dealer app built with Angular 2, ASP.NET Core and Entity Framework Core. This is part of my Udemy course: "Build a Real-world App with ASP.NET Core and Angular 2".
169 stars 126 forks source link

got error for copy to stream #5

Open TalaRajabiDeveloper opened 7 years ago

TalaRajabiDeveloper commented 7 years ago

using (var stream = new FileStream(filePath, FileMode.Create)) { await file.CopyToAsync(stream); } I get error