設定讓 MediaWiki 可以上傳非圖檔 @ 石榴放蕊─清泉雲上樹,雅境亭上風 :: 隨意窩 Xuite日誌
  • 關鍵字






  • 如何使用RSS
    Powered by Xuite
  • 成長手札

  • 人在線上

    1. 沒有新回應!
  • 累積 | 今日
    loading......
  • 2009-03-24 15:38 設定讓 MediaWiki 可以上傳非圖檔
    平均分數:0 顆星    投票人數:0
    我要評分:

    設定讓 MediaWiki 可以上傳非圖檔

    修改 LocalSettings.php

    #允許上傳檔案
    $wgEnableUploads = true;

    #可以上傳檔案的延伸檔名
    $wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg', 'ogg', 'zip','doc','ppt','xls', 'odt','odp' ,'ods' ,'pdf' ,'swf');

    #要再加上以下的設定才能正確上傳非圖檔
    $wgVerifyMimeType = false;
    $wgMimeDetectorCommand= "file -bi"; #use external mime detector (linux)

    <感謝曾老師提供>

    Joshua_Chen / Xuite日誌 / 回應(0) / 引用(0) / 好文轉寄
    回應