开发者

open ms doc,docx or image file in browser in c#

开发者 https://www.devze.com 2023-01-31 01:04 出处:网络
I have developed the asp.ne开发者_如何学Pythont mvc application. my one form have the file upload control. so in details view i want to implement the facility to view the uploaded document in browser

I have developed the asp.ne开发者_如何学Pythont mvc application. my one form have the file upload control. so in details view i want to implement the facility to view the uploaded document in browser itself. it should not ask for download and should not open MS office instance to open document. its a user req. It should opens in view mode in browser itself. what code i have to do ? I am using C# as language.


It is not straight forward. For images you can use <img>tag and link to the location in server where you saved the uploaded image. That should work.

However ASFAIK showing the doc/docx things in web page itself is not possible. You will have to employ some third party control to achieve that. Search google to find such controls. May come at a cost.

0

精彩评论

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