simple-file-manager icon indicating copy to clipboard operation
simple-file-manager copied to clipboard

Allowed file types filter?

Open mattish91 opened this issue 4 years ago • 1 comments

Is there away to only allow certain file types to be uploaded, for example PDF, Docx, Excel?

mattish91 avatar Oct 03 '20 16:10 mattish91

There is a denied file type listing but not an allowed. Probably wouldn't be too difficult to reverse that code. The denied file types are in the section $disallowed_patterns = ['*.php'];

flattery103 avatar Jun 14 '21 00:06 flattery103