ianharrigan / mathmlformula

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

image append url problem #91

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am using fmath with ckeditor in asp.net it works fine. but while creating 
formula it saves file path as 
"http://localhost:49403/Website/img/B001B693-8D3E64D73598vadfasf.PNG

i have written 
---------------

Response.Write("http://localhost:49403/Website/img/" + name + "." + type);

----------------

But still it append "http://localhost:3008/capture/ automatically. which i 
don't want.

Please tell me how to slove this

Original issue reported on code.google.com by murali.e...@gmail.com on 26 Mar 2014 at 4:58

GoogleCodeExporter commented 8 years ago
hmm,
The change must work, it is the only place where the url is built.

Do you have an error in script? Must be " after img/
Response.Write("http://localhost:49403/Website/img/" + name + "." + type);

Original comment by ionel.alexandru@gmail.com on 26 Mar 2014 at 7:00

GoogleCodeExporter commented 8 years ago
no. working fine.except this append url path.

Original comment by murali.e...@gmail.com on 27 Mar 2014 at 2:39

GoogleCodeExporter commented 8 years ago
I don't know.

The http://localhost:3008/ is from your changes.
I don't have in my code something like that.

Original comment by ionel.alexandru@gmail.com on 27 Mar 2014 at 1:08

GoogleCodeExporter commented 8 years ago

Original comment by ionel.alexandru@gmail.com on 24 Nov 2014 at 7:39