caleeli / mathmlformula

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

How to Change URL for image upload to server (fMath Plugin) #63

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
fMath Plugin :

I have using codeigniter framework for php. 

<property id="urlGenerateImage">/admin/imageCapture</property>

when press ok button it append ?s=34534534534 to ajax request

how to change url from http://localhost/capture/imagecapture?s=32423423432 to 
http://localhost/capture/imagecapture  for saving to server.

how to solove it.

Original issue reported on code.google.com by jatinder...@gmail.com on 17 Sep 2012 at 11:45

GoogleCodeExporter commented 9 years ago
hmm, why you need to change that?

I added that because the browser can do a cache and not save the last image.
now, you can't change but I can add a property to remove that if you want (must 
be a good reason)

regards

Original comment by ionel.alexandru@gmail.com on 17 Sep 2012 at 1:21

GoogleCodeExporter commented 9 years ago
means that my url is like that in codelgniter 

http://localhost/newcoment/add

in this url "newcoment" is controller and "add" is function in controller. and 
fMath ajax request append "?s=23423432"  . so url is like that  
http://localhost/newcoment/add?s=23423432 .  so in firebug shows network url 
not found . request not completed. so that is problem .  how to solve this ?   

Original comment by jatinder...@gmail.com on 17 Sep 2012 at 2:44

GoogleCodeExporter commented 9 years ago
now, you can't.

I will add a property to remove this parameter

Original comment by ionel.alexandru@gmail.com on 17 Sep 2012 at 3:05

GoogleCodeExporter commented 9 years ago
ok thanks..

when this property available ?

Original comment by jatinder...@gmail.com on 18 Sep 2012 at 4:25

GoogleCodeExporter commented 9 years ago

Original comment by ionel.alexandru@gmail.com on 6 Nov 2012 at 9:16