Pressing problem: Upload local math image to server for Editlive integratted with Vignette

2 messages Options
Embed this post
Permalink
June Ni

Pressing problem: Upload local math image to server for Editlive integratted with Vignette

Reply Threaded More More options
Print post
Permalink
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
Adrian Sutton

Re: Pressing problem: Upload local math image to server for Editlive integratted with Vignette

Reply Threaded More More options
Print post
Permalink
Note: Due to a moderation error, the message from June Ni below didn't make it through to the mailing list.

June Ni wrote:
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.
...
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?
Hi June,
It sounds like the Vignette widget is calling GetBody directly but not calling UploadImages first.  So EditLive! is never being told to upload the local images.  I suspect you will have to modify the JSP file to fix this, but I'm not familiar with the integration code so I couldn't say exactly how you'd go about it.

Regards,

Adrian Sutton.