i install responsive filemanager with tinymc in laravel when i click on img icon open dialog box for upload img but when i click on responsive file browser i see a dialog box with error not fount this route how can i solve this error? link that want to open in dialog box : js/ResponsiveFilemanager-master/filemanagerdialog.php?type=1&descending=false&sort_by=&lang=fa
check URL path is wrong /filemanagerdialog.php you have to add one slash / in tinymce config
your current settings without slash /
external_filemanager_path:js/ResponsiveFilemanager-master/filemanager
settings after slash /
external_filemanager_path:js/ResponsiveFilemanager-master/filemanager/
your calling url will be like this /filemanager/dialog.php
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community