我如何使用asp.net上传大文件 [英] How can i upload a large size file with asp.net

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

问题描述

m使用

<httpruntime executiontimeout="110" maxrequestlength="22024">...
</httpruntime>




OR

<httpruntime executiontimeout="5" maxrequestlength="20480">



但它的大小不能超过4024..



but its not working more than 4024 of size..

推荐答案

以下为您提供了一些修复链接

在ASP.NET中上传大文件 [ ^ ]
如何上传使用ASP.Net,C# [应对ASP.Net上传文件大小问题 [
Here some fix links for you

Large file uploads in ASP.NET[^]
How to upload large size file/blob to azure storage using ASP.Net,C#[^]
Dealing With the ASP.Net Upload File Size Problem[^]


web.config中使用此行.
In web.config use this line.
<system.web>
<httpruntime executiontimeout="5" maxrequestlength="20480" />
</system.web>


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

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