开发者

Enable downloading from my web site

开发者 https://www.devze.com 2022-12-15 15:26 出处:网络
I have a web site application and i need my web site to allow user to download a 开发者_如何转开发setup file from my web site how can i do this ?

I have a web site application and i need my web site to allow user to download a 开发者_如何转开发setup file from my web site how can i do this ?

I Asp.net2.0 _ C#.


Place the file somewhere within your website and make a link to it:

<a href="/downloads/setup.msi">Click here to download</a>

If a simple links does not work, please update your question with a description of the problem you are facing. You might have to configure your web server to serve files of type MSI or EXE (whatever your installer is packaged as).

0

精彩评论

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

关注公众号