您的位置:首页 > 其它

FileUpload 简单上传+小预览

2015-10-16 14:38 309 查看
页面代码 :

<!--因为FileUpload 控件上传最大为4M,如果要上传更大文件,改下maxRequestLength的大小-->
<configuration>
<system.web>
<compilation debug="true" targetFramework="4.0" />
<httpRuntime  requestValidationMode="2.0" maxRequestLength="10485760" executionTimeout="3600" appRequestQueueLimit="10000"/>
</system.web>
</configuration>


View Code
效果:存在浏览器兼容问题



小白正学习中......
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: