问题描述
TinyMce在我的本地主机上完全使用unisharp laravel filemanager,但它在服务器上存在问题
在服务器中,我创建了一个文件夹测试版,并在其中粘贴了整个laravel项目
一切正常,但是当我们点击tinymce的上传图片按钮时,它会显示我下面的图片。
p>
我已经尝试了所有可能的解决方案,但仍未在我的服务器上工作
服务器上的url < domain-name / beta / public / index.php 以及上传时间
任何帮助都被赞赏!
path_absolute:/,
到
path_absolute:../../,
TinyMce works perfecly with unisharp laravel filemanager on my localhost but it has issues on server
In server I have created a folder beta and pasted entire laravel project inside iteverything works smoothly but when we click on upload image button from tinymce it shows me below image
I have tried all the possible solutions still its not working on my server
on server the url is domain-name/beta/public/index.php and when uploading it
Any Help is Appreciated !!
In your config JavaScript file change from
path_absolute : "/",
to
path_absolute : "../../",
这篇关于与Unisharp laravel文件管理器TinyMCE集成问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!