【问题标题】:SIMOGEO Filemanager: how change upload folder?SIMOGEO Filemanager:如何更改上传文件夹?
【发布时间】:2013-12-04 08:59:17
【问题描述】:

我有这个文件管理器

/lib/external/文件管理器

(我网站的完整路径是/var/www/vhosts/xxxxx.it/httpdocs/lib/external/filemanager

我只能上传到默认目录(/lib/external/filemanger/userfiles),但我需要上传(在[括号]完整路径中)

[/var/www/vhosts/xxxx.it/httpdocs]/images/users

我玩了大约一个小时

"serverRoot": true,
"fileRoot": false,

换人

"serverRoot": true,
"fileRoot": 'images/users',

或在

"serverRoot": false,
"fileRoot": '/images/users',

或添加完整路径 (/var/www......)

但没有成功。非常感谢。

【问题讨论】:

    标签: file-manager


    【解决方案1】:

    Json 想要双引号,而不是单引号..... :(

    所以答案很简单

    "serverRoot": true,
    "fileRoot": "images/users",
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-04-02
      • 1970-01-01
      • 2012-03-29
      • 1970-01-01
      相关资源
      最近更新 更多