MOSS 2007 / WSS 3.0 运行在Windows Server 2008上不能上传大于28M的文件【已解决】
????????? 環(huán)境為Windows Server 2008 Enterprise操作系統(tǒng),SharePoint 2007,IIS 7.0,網(wǎng)站集是Team Site。
? ? ? ? ? 上傳一個30多M的文件,無論如何也上傳不上去,在CA(管理中心)中已經(jīng)修改過Maximum Upload Size,默認為50M,已經(jīng)完全可以滿足大小,基于Windows Server 2003和IIS 6.0的環(huán)境沒有此問題。
? ? ? ? ? 上傳測試:
? ? ? ? ? IE 6.0 上傳選擇文件后點擊OK按鈕,頁面出現(xiàn)404錯誤,并且刷新不能回到上傳頁面?;氐轿臋n庫查看,文件上傳失敗。
? ? ? ? ??
? ? ? ? ? IE 8.0 同樣出現(xiàn)404錯誤,但是刷新可以回到上傳頁面。
? ? ? ? ??
? ? ? ? ? IE 9.0 同IE 8.0。
? ? ? ? ??
?????????
? ? ? ? ? 使用單個文件上傳方式,失敗,出現(xiàn)404錯誤頁面。
? ? ? ? ? 使用多個文件上傳方式,失敗,無錯誤信息頁面,直接跳轉(zhuǎn)回文檔庫AllItems.aspx頁面。
? ? ? ? ? 使用資源管理器視圖拷貝文件,失敗。
? ? ? ? ??
?
? ? ? ? ? 解決方案:
? ? ? ? ? 參考微軟KB944981。
? ? ? ? ? 修改WebApplication的web.config,在<configuration>的末尾增加允許最大的內(nèi)容長度設(shè)置。
<system.webServer>??<security>
????<requestFiltering>
??????<requestLimits?maxAllowedContentLength="52428800"/>
????</requestFiltering>
??</security>
</system.webServer>
? ? ? ? ? 修改后保存,刷新頁面重新上傳文檔,成功。
?
? ? ? ? ? 參考文章:
? ? ? ? ? Can’t upload large files to WSS v3 on Windows Server 2008?
? ? ? ? ? 原文內(nèi)容:
If you’re hosting Windows SharePoint Services?v3.0 on Windows Server 2008/IIS 7.0 then you’ll eventually find that you can’t upload files around the ~30MB mark. The symptoms are as follows:
Single File Upload via Document Library
Nothing happens, you get a 404 page.
Multiple File Upload via Document Library
It seems to upload the file but then after the page refreshes, the file is nowhere to be found.
Single or Multiple File Upload/Copy/Paste using open with Windows Explorer
The file begins uploading but then towards the end you get the following error:
Could not find this item
This is no longer located in C:\filepath. Verify the item’s location and try again.
You can retry all day long but it won’t work. The solution is here: KB 944981
? ? ? ? ? 相關(guān)KB:
? ? ? ? ? KB925083
總結(jié)
以上是生活随笔為你收集整理的MOSS 2007 / WSS 3.0 运行在Windows Server 2008上不能上传大于28M的文件【已解决】的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Kickstart 多系统安装配置
- 下一篇: GAN总结