使用Asp.net上传大文件 [英] Large File Upload with Asp.net

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

问题描述

亲爱的所有人,



我需要在我的应用程序中使用一项功能来允许大文件上传,例如大约1.5GB。



i有很多谷歌但还没找到任何解决方案。



i以下设置web.config。



< httpRuntime maxRequestLength =   2097151 appRequestQueueLimit =   100 requestLengthDiskThreshold =   10024000 executionTimeout =  < span class =code-string> 100000 /> 

< pre lang = xml>< system。网络服务器>
< security>
< requestFiltering>
< requestLimits maxAllowedContentLength = 2147483648 />
< / requestFiltering >
< / security >
< / system.webServer >





但它仍无法在服务器上运行。



i也尝试使用WCF Chunking方法,但仍然无法上传超过200MB的文件。



也尝试使用FTP但是它给出内存不足错误。



有免费控制吗?还告诉我是否有任何付费但价格便宜的控件。



请帮我急。



在此先感谢。

解决方案

试试这个。



http://neatupload.codeplex.com/ [ ^ ]

Dear All,

I Need a functionality in my application to allow large file upload e.g. about 1.5GB.

i have google a lot but couldn't found any solution yet.

i did following settings web.config.

<httpRuntime maxRequestLength="2097151" appRequestQueueLimit="100" requestLengthDiskThreshold="10024000" executionTimeout="100000"/>

<pre lang="xml"><system.webServer>
        <security>
            <requestFiltering>
                <requestLimits maxAllowedContentLength="2147483648"/>
      </requestFiltering>
        </security>
    </system.webServer>



But still its not working on server.

i also tried using WCF Chunking method but still not able to upload more than 200MB file.

Also tried using FTP but its giving out of memory error.

Is there any free control available for this? also let me know if any paid but cheap control available.

Please Help me its urgent.

Thanks in Advance.

解决方案

Try this one.

http://neatupload.codeplex.com/[^]


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

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