如何使用c#在asp.net中上传超过1 GB的文件大小 [英] How to Upload more then 1 gb file size in asp.net with c#

查看:117
本文介绍了如何使用c#在asp.net中上传超过1 GB的文件大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好朋友



i希望用c#在asp.net上传更多的1GB文件大小。

Hello friends

i want to upload more the 1GB file size in asp.net with c#.

推荐答案

嗨...

看到这个,可能它的帮助完全是U!。

在web.config中配置如下......

Hi...
See this one, may its help full to U!.
Configure in web.config like below...
<security>
            <requestFiltering>
                <requestLimits maxAllowedContentLength="4223664128"></requestLimits>
            </requestFiltering>
        </security>



谢谢你。


Thank u.


这篇关于如何使用c#在asp.net中上传超过1 GB的文件大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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