的4GB以上文件上传 [英] File Upload of more than 4GB

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

问题描述

我想创建一个ASP.NET Web应用程序,允许文件上传到一个大小为4GB。我怎样才能做到这一点?我想preFER像一个下载经理,我可以恢复,暂停等等...

I wish to create an ASP.NET web application that allows upload of files up to a size of 4GB. How can I achieve that? I would prefer something like a "Download" manager where I can resume, pause etc...

这可能吗?如果是这样,我应该在哪里开始呢?我认为asp.net拥有4MB的上传或某事有限制吗?我也不太清楚。

Is that possible? If so, where should I start? I think asp.net has a limit of 4mb upload or something? I am not too sure..

请咨询。

干杯

推荐答案

您可以使用覆盖内置的要求检查的第三方解决方案做文件达4GB的ASP.NET。这将在IIS的所有版本,除了IIS 7集成模式,其中有一个硬2GB限制。

You can do files up to 4GB with ASP.NET using a third party solution that overrides the built-in request checking. This will work in all versions of IIS except IIS 7 integrated mode, which has a hard 2GB limit.

大多数上传不具备暂停/恢复能力,所以你可能是出于运气那里。谷歌,看看你能发现什么。你可能会不得不去Java或ActiveX来得到这个功能。

Most uploaders don't have the capacity for pause/resume, so you may be out of luck there. Google and see what you can find. You'll probably have to go Java or ActiveX to get this functionality.

开始插件

SlickUpload ,第一个ASP.NET上传者之一的作者 - 它支持上传高达4 GB。我们没有安装Flash,Silverlight或Java的支持,但目前还拥有最好的AJAX只是经验,以及丰富的小应用程序接口在未来的版本中来了。

I'm the author of SlickUpload, one of the first ASP.NET uploaders -- it supports uploads up to 4 GB. We don't have Flash, Silverlight, or Java support, but currently do have the best AJAX only experience, and the rich applet interfaces are coming in future versions.

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

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