I have a problem with TinyMCE Complete, because I can't upload images with the responsive filemanager, because the server has a WAF and one of its rules forbids the upload of files with ../ in it, and this is what responsive filemanager does. I have no problem with the other filemanager in the image widget.
Hello,
First, thanks for such a nice CMS.
I have a problem with TinyMCE Complete, because I can't upload images with the responsive filemanager, because the server has a WAF and one of its rules forbids the upload of files with ../ in it, and this is what responsive filemanager does. I have no problem with the other filemanager in the image widget.
Example of a file upload:
-----------------------------10126241831743688427342282539 Content-Disposition: form-data; name="path"
../../../file/manual/ -----------------------------10126241831743688427342282539 Content-Disposition: form-data; name="path_thumb"
../../../file/manual-thumbs/ -----------------------------10126241831743688427342282539 Content-Disposition: form-data; name="file"; filename="example.jpg" Content-Type: image/jpeg
Best Regards.