Sathish Kumar

Sathish Kumar

  • NA
  • 24
  • 1.4k

File upload using Angular JS

Mar 26 2018 7:45 AM
Hi All,
 
            I've write the service to upload the file in AngularJS, from the service i posted the files to server using HTTPPOST methods with the help of (HttpPostedFileBase). but i face some issue in that. while getting the uploaded files in Server side (on debugging), it shows like:
 
ReadTimeout = '((System.Web.HttpPostedFileWrapper)file).InputStream.ReadTimeout' threw an exception of type 'System.InvalidOperationException'
 
 

Answers (2)