开发者

How user file upload progress in ASP.Net MVC2

开发者 https://www.devze.com 2023-02-04 10:43 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消