dcat-admin icon indicating copy to clipboard operation
dcat-admin copied to clipboard

限制了文件上传类型 xlsx 但是还是可以上传图片

Open Ynwaspectre opened this issue 4 years ago • 2 comments

  • Laravel Version: #.#.#
  • PHP Version: #.#.#
  • Dcat Admin Version: #.#.#

Description:

Steps To Reproduce:

Ynwaspectre avatar Mar 11 '22 07:03 Ynwaspectre

v2.1.7-beta

Ynwaspectre avatar Mar 11 '22 07:03 Ynwaspectre

WebUploader 里的 extensions 到底应该是数组还是 字符串呀、、

 public function accept(string $extensions, string $mimeTypes = null)
    {
        $this->options['accept'] = [
            'extensions' => [$extensions],
        ];

        if ($mimeTypes !== null) {
            $this->options['accept']['mimeTypes'] = $mimeTypes;
        }

        return $this;
    }

加个中括号可以了

Ynwaspectre avatar Mar 11 '22 07:03 Ynwaspectre

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Sep 07 '22 14:09 stale[bot]