开发者

Showing a doc file as view in asp .net mvc 3

开发者 https://www.devze.com 2023-03-01 20:05 出处:网络
I am trying to implement some thing like below. User upload Word Doc files like his resume to the site

I am trying to implement some thing like below.

  • User upload Word Doc files like his resume to the site
  • Clicking the "View resume" lin开发者_Python百科k should show the uploaded doc file in a new window.

Please help me

Thanks


When uploading the Word doc, it should be converted to HTML, and then you can just fill ViewData with the document's body.

0

精彩评论

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