Milos Stojanovic

Results 74 comments of Milos Stojanovic

You need to provide permissions in a way that web server can use the filesystem. In your setup, the web server cannot read those files and the error is thrown....

The error message is ```failed to open dir: Permission denied``` so this probably has something to do with file/dir permissions. Try loosening up to 777 and then going back to...

See here: https://github.com/filegator/filegator/blob/master/frontend/views/partials/Upload.vue#L85 Resumable docs: https://github.com/23/resumable.js#full-documentation ``` fileType The file types allowed to upload. An empty array allow any file type. (Default: []) ```

What about your configuration.php file, anything special there? See if there is a tmp folder created (filegator/private/tmp/) and the server can write to it.

Hi, I'm not sure what do you mean here, to change what exactly?

Ok, I see, you want to toggle between different layouts and you want to be able to preview file contents. This is not supported but let's leave this here as...

Hi, No, this is not possible at the moment, but I will leave this here as a feature request. Cheers!

Hi, Thanks for reporting this. It seems like there is some kind of issue with https://github.com/koca/vue-prism-editor **Undo** option. You can use **Redo** (Ctrl+Shift+z) to get your content back until this...