日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

Asp默认的上传文件大小限制是200K

發布時間:2025/3/15 31 豆豆
生活随笔 收集整理的這篇文章主要介紹了 Asp默认的上传文件大小限制是200K 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

默認情況下,使用Server.CreateObject("Scripting.FileSystemObject") 對象去上傳文件超過默認的大小限制后,相關的文件后綴將會是個空,大小也會是0

?

如如何修改默認設置參考?http://www.banmanpro.com/support2/File_Upload_limits.asp

?

?以下部分引用原文:

?

?

When trying to upload files over 200KB on IIS 6 the file may never upload and you either get an error or are sent to a blank screen.? By default Windows 2003 server limits file uploads to about 200KB in size.? To overcome this limit you must edit the IIS metabase.xml file.
  • Before you can edit the metabase.xml file you must tell IIS to allow you to edit the file.? In IIS, right click the name of the server and select properties.? Check "Enable Direct Metabase Edit".

  • Find the metabase.xml file located in C:\windows\sytem32\inetserv and open the file in Notepad.
  • Search for?AspMaxRequestEntityAllowed?and increase the value.? The default value is 204800 (200K).? Setting the value to 1000000 will allow 1 MB file uploads.
  • You may now wish to uncheck the IIS property called "Enable Direct Metabase Edit".
  • To increase the file download size limit, repeat all steps above but in Step 3 find the parameter calledAspBufferingLimit.? The default download limit is 4MB.

    轉載于:https://www.cnblogs.com/windfighter/archive/2012/06/07/asp.html

    總結

    以上是生活随笔為你收集整理的Asp默认的上传文件大小限制是200K的全部內容,希望文章能夠幫你解決所遇到的問題。

    如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。