上传大文件 [英] Upload large files

查看:122
本文介绍了上传大文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我要上传大文件,意味着大小为10到15 mb
您能帮我怎么做这些

Er. Tarun Suneja

I want to upload large files means in size that of 10 to 15 mb
Can you help me how to do these

Er. Tarun Suneja

推荐答案

这不是Silverlight问题.在web.config文件中,需要以下部分:
This is not a Silverlight problem. In the web.config file, you need the following section:
<configuration><br />  <system.web><br />    <httpRuntime maxRequestLength="nnn" /><br />  </system.web><br /></configuration>

将nnn设置为适当的大小(以KB为单位).

Set nnn to be the appropriate size in KB.


这篇关于上传大文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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