I am playing around with Asp.net MVC2 and trying to write a page which allows a us开发者_开发百科er 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
You could use client-side upload controls that support progress. Here's one.
精彩评论