使用blueimp的jquery文件上传的用户上传文件的互联网速度很慢

时间:2017-03-27 13:00:31

标签: javascript jquery-file-upload

我还能做些什么来容纳用户方面的慢速互联网。

我在.NET网站上使用文件上传器,文件已经有150MB的限制,上面的任何内容都会显示警告,甚至没有尝试处理它。

我的用户拥有2-4Mb / s的下载速度(不准确,因为我正在使用小图像下载和JS来计算他们的近似网速)尝试上传大文件,但可能不超过限制

我是否错过了文件上传器的某种设置,这种设置可以适应速度较慢的大文件,或者对所有参与方来说都是运气好吗?

我在.NET中遇到的错误是:

  

System.Web.HttpUnhandledException(0x80004005):抛出了类型为“System.Web.HttpUnhandledException”的异常。 ---> System.Web.HttpException(0x80004005):请求超时。在System.Web.HttpRequest.GetEntireRawContent()在System.Web.HttpRequest.GetMultipartContent()在System.Web.HttpRequest.FillInFormCollection()在System.Web.HttpRequest.EnsureForm()在System.Web.HttpRequest.get_Form()在System.Web.HttpRequest.get_HasForm()在System.Web.UI.Page.GetCollectionBasedOnMethod(布尔dontReturnNull)在System.Web.UI.Page.DeterminePostBackMode()在System.Web.UI.Page.ProcessRequestMain(布尔includeStagesBeforeAsyncPoint, System.Web.UI.Page.ProcessRequestMain(布局includeStagesBeforeAsyncPoint,布尔includeStagesAfterAsyncPoint)处的System.Web.UI.Page.HandleError(例外e)处的布尔includeStagesAfterAsyncPoint)在System.Web.UI.Page.ProcessRequest(布尔includeStagesBeforeAsyncPoint,布尔includeStagesAfterAsyncPoint) )System.Web.UI.Page.ProcessRequest上的System.Web.UI.Page.UI.Page.UI.Page.ProcessRequest上的System.Web.UI.Page.ProcessRequest()处于System.Web.UI.Page.ProcessRequest(HttpContext上下文)的

0 个答案:

没有答案