Upload Image with Ckeditor and send to another page
Asked
Viewed 117 times
0
I’m creating a form in PHP where the person creates a daily work report where you can add images and comments of the day using Ckeditor, at the end generating a PDF.
The problem is that when generating the PDF, it presents the following error in the image:
there appears image not found or unknown format, already tried another format?
So, in the header need image to insert too, but it is not with the Ckeditor and can only be inserted two images, then I already use the getimage method of php in the two images, the problem that we can not do this in Ckeditor because we know how many images will be inserted by the user.
there appears image not found or unknown format, already tried another format?
– Julio Henrique
So, in the header need image to insert too, but it is not with the Ckeditor and can only be inserted two images, then I already use the getimage method of php in the two images, the problem that we can not do this in Ckeditor because we know how many images will be inserted by the user.
– Matheus Martins