• In download-manager.php is there a way to change these upload paths to another path like a URL:

    define(‘UPLOAD_DIR’,$d.’/uploads/download-manager-files/’);
    define(‘UPLOAD_BASE’,$d.’/uploads/’);

    I have some 1Gb+ files for download and have these stored in a folder above the wordpress folder on my server… As such, can the above paths be changed to an absolute URL rather than a relative path within the wordpress site? and if so what would I change them to?

    Thanks in advance,

    http://wordpress.org/plugins/wp-filebase/

  • The topic ‘Can you change the file location (for download) to another path?’ is closed to new replies.