I have integrated the fMath plugin for CKEditor.
I am getting error when I click "OK" button in fMath ML editor: "Error saving
image on server:"
For capturing the image at server side code we are using the JSP
(imageCapture.jsp) connector code.
I have used the following CKEditor code to invoke the imageCapture jsp server
side connector code:
filebrowserImageBrowseUrl : 'http://IP-ADDRESS:8080/imageCapture.jsp';
But the following line of code is getting null when the imageCapture.jsp is
invoked:
String image = request.getParameter("image");
The request.getParameter("image") is getting null.
Please advise if there is any other parameter needs to be set or any other code
needs to be added.
Thanks,
Raghu.
Original issue reported on code.google.com by raghu...@gmail.com on 29 May 2012 at 2:20
Original issue reported on code.google.com by
raghu...@gmail.com
on 29 May 2012 at 2:20