在Web服务器asp.net中上传.exe等文件 [英] Upload .exe etc file in web server asp.net

查看:95
本文介绍了在Web服务器asp.net中上传.exe等文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想创建一个软件下载网站.为此,我需要创建一个页面,单击按钮后将在服务器中上传文件.


为此,我做了以下
FileUpload1.SaveAs(Server.MapPath("./SoftFolder/" + dateStamp +" + FileUpload1.FileName));

以上仅适用于基本文件(例如文档.txt等),但不适用于视频文件,音频文件,.exe文件,请帮助我,以便我可以在服务器上上传各种类型的文件. class ="h2_lin">解决方案

您可以上传任何类型的文件,并且文件的大小仅受文件上传控件中服务器配置的限制.您必须做过一些事,这就是为什么它看起来有限的原因...

检查此链接 [链接1 [ ^ ]
链接2 [链接3 [ ^ ]
链接4 [
The above just works for basic files [such as documents .txt etc] but it does not work for video files, audio files,.exe files plz help me so that i can upload wide range and various types of file on server.

解决方案

You can upload any kind of file, and the size of the file is only limited by the server configuration in file upload control. You must have done something thats why it seems limited...

Check this
link[^] for uploading files.

Other helping links related to file upload control:
Link 1[^]
Link 2[^]
Link 3[^]
Link 4[^]


这篇关于在Web服务器asp.net中上传.exe等文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆