Menu

change upload folder

Help
2005-03-01
2012-10-11
  • Cliff Elion

    Cliff Elion - 2005-03-01

    Hi,

    Can you tell me how to change the destination folder for Uploads... or point me to the php file that specifies this destination.

    Thanks,

    CliffElion

     
    • Dan F

      Dan F - 2005-03-03

      In pre-1.3.11 there is a function in lib/config.php:

      function getUploadFilePath() {
      return defined('PHPWIKI_DIR') ? PHPWIKI_DIR . "/uploads/" : "uploads/";
      }

      The UpLoad plugin (lib/plugin/UpLoad.php) uses that.

      Dan

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.