TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sathish Kumar
NA
24
1.5k
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'
Reply
Answers (
2
)
How to use common function in all component.
How to convert JavaScript Date Format to angular js?