Hi there,
I don't know if the fault of CKEditor or CKFinder but when I'm choosing an image from CKFinder plugin (uploaded or not), when I save the result in the database, I got :
<p>
<img alt=\"\" src=\"/ckfinder/userfiles/images/Mouse.jpg\" style=\"width: 120px; height: 94px; \" /> asdasdadadasd</p>
Where those [ \"\" ] appears ?? When I reload the text, I never get my image back...
How to fix this ?
I don't know if the fault of CKEditor or CKFinder but when I'm choosing an image from CKFinder plugin (uploaded or not), when I save the result in the database, I got :
<p>
<img alt=\"\" src=\"/ckfinder/userfiles/images/Mouse.jpg\" style=\"width: 120px; height: 94px; \" /> asdasdadadasd</p>
Where those [ \"\" ] appears ?? When I reload the text, I never get my image back...
How to fix this ?
Re: Image upload double quote ??
Also you can check html source in CKEditor when it inserts image, before saving it to database.
I hope this might help you.
Re: Image upload double quote ??
I don't understand why .... I use PDO and prepare() for my SQL treatments...
Re: Image upload double quote ??
I am not a php guy but all i can say is you need take care of html special charactors when you save/read that value from database and then assign that to CKEditor.
Re: Image upload double quote ??
@Anna: Could you add some explanation to the docs? This is really a recurring topic for those that aren't aware of how their server works.