Hi,
We have editlive enterprise version for Vignette content management suite 7.6.
The equation editor is configured so math images are created on local drive.
We configured the editlive widget file as:
<mathml
createEquationImage="true"
/>
<httpUpload
base="
http://common.collegeboard.org/mathImage/" >
href="
http://172.22.112.30:27110/vgn-ext-links/uploadscript.jsp">
</httpUpload>
Packaged the uploadscript jsp to a war file and deployed to server.
However when the content entry form's ok button is clicked, the uploadescript jsp was not hit, though the local image file gets deleted. When we directly hit
http://172.22.112.30:27110/vgn-ext-links/uploadscript.jsp, we can see it's executed.
Please help, what have we missed? Do we need to coustomize the content entry form's jsp file?
Thanks a lot!
June Ni