添加链接
link之家
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

https://studio-42.github.io/elFinder/#elf*l1*Lw

https://github.com/Studio-42/elFinder#downloads

不能连接到服务器端. 访问被拒绝. HTTP error 403 的解决方案

更改文件名即可。步骤如下:

进入php文件夹(如 C:\\inetpub\\wwwroot\\elFinder\\php );

connector.minimal.php-disk 文件更名为 connector.minimal.php

<aside> 💡 提示: 针对于2.1.65无效,对于 2.1.62 有效。 放在URL上方将不起作用。

</aside>

根目录elfinder.html文件中的约19行的「 url: 」下方,增加一行:

heiaht:'100%',

https://github.com/Studio-42/elFinder/discussions/3596

https://github.com/Studio-42/elFinder/wiki/Client-configuration-options-2.1#height

在头部添加文字

拒绝和允许上传的扩展名

C:\inetpub\wwwroot\elFinder-2.1.62\php

elFinderVolumeDriver.class.php(397行)

https://github.com/Studio-42/elFinder/wiki/Simple-file-permissions-control

https://flowus.cn/preview/0823c1b3-271e-408f-86e9-fcd07433663f

文档: https://github.com/Studio-42/elFinder/issues/98

要修改的文件:

C:\inetpub\wwwroot\elFinder-2.1.62\php\connector.minimal.php

打开 C:\\inetpub\\wwwroot\\elFinder-2.1.62\\php\\connector.minimal.php

复制粘贴以下内容:

新建相应文件夹。

关键词:LocalFileSystem

        array(
            'driver'        => 'LocalFileSystem',   // driver for accessing file system (REQUIRED)
            'path'          => 'path/to/files/root',         // path to files (REQUIRED)
            'URL'           => '<http://www.localhost.com/files/root/>', // URL to files (REQUIRED)
            'alias'  => 'Root',
            'accessControl' => 'access'             // disable and hide dot starting files (OPTIONAL)

修改关于信息

C:\inetpub\wwwroot\elFinder-2.1.62\js\i18n

  • 打开C:\\inetpub\\wwwroot\\elFinder-2.1.62\\php
  • 打开elFinderVolumeDriver.class.php
  • 查找'defaults' => array(
  • 将write的值更为false(在452行,false为「假」,代表「禁止」)
  • 参考:https://github.com/Studio-42/elFinder/issues/98(2013年11月18日)

    不确定是否支持符号连接,至少默认是不支持。

    https://github.com/Studio-42/elFinder/blob/66f497515ab2a3e867648cfb410089d1a8d6d53f/css/common.css#L118

    默认下载文件夹或下载多个文件是tar格式,目前未研究好如何下载为zip或rar文件。