ianharrigan / mathmlformula

Automatically exported from code.google.com/p/mathmlformula
1 stars 0 forks source link

request.getParameter("image") is null [fmath plugin for CKEditor] #59

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Hi,

It is a configuration problem for you.
Contact me on ionel.alexandru@gmail.com

Original comment by ionel.alexandru@gmail.com on 6 Nov 2012 at 10:17