Reputation: 3827
I am playing around with Asp.net MVC2 and trying to write a page which allows a user to upload a file to a server and then inserts a record of the file into a DB.
So far I have got everything working but I am struggling to workout how to show the user progress of the file upload or to notify them that the file is being uploaded to the server.
Can someone help me and explain the best way of doing this?
Many thanks,
Morris
Upvotes: 1
Views: 438
Reputation: 1038730
You could use client-side upload controls that support progress. Here's one.
Upvotes: 2