CKEditor - "ImageUploader" plugin - problem in image link

2

I can upload the image, it uploads the image correctly and it shows in the editor. I already checked via FTP and the file is uploading to the folder correctly.

When I send the form to the other page, the image does not appear anymore and the path is all weird.

Does anyone know what to do?

For example: my current upload folder is

  

ckeditor / plugins / imageuploader / uploads

But when the form is sent, the image no longer appears and looking at the source code the path that appears is:

  

src = \ "ckeditor / plugins / imageuploader /../../../ ckeditor / plugins / imageuploader / uploads / 398e273.jpg \"

    
asked by anonymous 26.08.2015 / 01:12

0 answers