You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
we use this wrapper on ckeditor and have problem in uploading files with bad request http response from server. i search in you files and find that there is a problem in your javascript file for appending csrf token. i think in file dosamigos-ckeditor.widget.js on line 22 you should use "cke_upload_" for finding anchor tag (you use capital u for upload, cke_Upload_) and because of this when we upload file via editor csrf token did not sent
The text was updated successfully, but these errors were encountered:
we use this wrapper on ckeditor and have problem in uploading files with bad request http response from server. i search in you files and find that there is a problem in your javascript file for appending csrf token. i think in file dosamigos-ckeditor.widget.js on line 22 you should use "cke_upload_" for finding anchor tag (you use capital u for upload, cke_Upload_) and because of this when we upload file via editor csrf token did not sent
The text was updated successfully, but these errors were encountered: