使用 Brettle Neatupload 上传大文件,但发现可能存在 Intelligencia.UrlRewriter 冲突?
我一直在从事一个需要上传大文件(高分辨率图像和视频等)的项目。 IIS6 上的 Windows 网站和 IIS7 上的开发。
我习惯使用 Intelligencia.UrlRewriter 进行 URL 重写,这在我的其他项目中非常有效。
我创建了一个小型测试网站来测试 NeatUpload,效果非常好,一旦我弄清楚如何添加一些 jQuery 和更有趣的格式,效果就很好。
但是,一旦我将新代码复制到真实网站中,页面就会失败并出现 HTTP 错误:
HTTP 错误 404.13 - 未找到 请求过滤模块用于拒绝超过请求内容长度的请求。
我阅读了手册并尝试了建议的修复,但我没有得到任何乐趣。
有没有人以前遇到过这种冲突,或者找到了解决方法或解决方案?
或者,如果它无法启动,是否有任何其他基于(非闪存)的第三方解决方案可以用于上传大文件?到目前为止我已经浪费了三天时间,我开始失去耐心。 :-(
干杯 托比
I have been working on a project which requires large files to be uploaded (high res images, and videos etc). Windows website on IIS6 and dev on IIS7.
I am used to using Intelligencia.UrlRewriter for URL rewriting and this has worked brilliantly for me in on other projects.
I created a small test website to test NeatUpload and this worked really well, and once I'd figured out how to add some jQuery and more interesting formatting worked well.
However, once I copied the new code into the real web site the page failed with a HTTP Error:
HTTP Error 404.13 - Not Found
The request filtering module is configured to deny a request that exceeds the request content length.
I read the manual and tried the suggested fixes to I did not get any joy.
Has anyone come across this conflict before, or found a work around or solution?
Or if it is a non-starter, are there any other (non-flash) based 3rd party solutions I can use for uploading large files? I have wasted 3 days so far and I am starting to lose patience. :-(
Cheers
Toby
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此链接提供了问题的解决方案:
遇到了同样的问题,并在花了一周的时间寻找解决方案后使用相同的方法解决了它。
This link has the solution to the problem:
http://deepeshsomani.wordpress.com/2011/08/16/how-to-resolve-file-size-error-for-files-whose-size-is-larger-than-specified-in-web-config/
Faced the same issue and resolved it using the same approach after a week spent like hell for a solution.