Hi All,
How to open image which is residing in temp folder using FCK Editor in opsxforms 3.7.
Please help me. Thanks in advance, Laxmi Narayana. -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Laxmi,
Do you mean that you want, as an end-user of the form, to include an image in the FCK editor an image that you have in your local temp directory, or did you mean sonthing else? Alex
|
Hi ,
Mule server fetches mails using javax.mail. If mail comes with embeded image that image i am storing in temp directory.while displaying mail body through FCK editor in xforms I need to include image which i keep in temp directory.
I am thinking that some where i need to write this kind of code:FCKeditor.open(' .img')
Please help me How to achieve this..
Regards,
Laxmi Narayana.
On Mon, Jun 22, 2009 at 7:17 AM, Alessandro Vernet <[hidden email]> wrote:
-- Please help me, I am new in XForms, It is urgent in my project! Thanks in advance, Laxmi Narayana. -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Laxmi,
Does your image have some kind of ID? Let's assume it does, and that it is the name of the file in the temp directory, for simplicity. Then I would: 1) Write a service (/image-attachment?id=123.png) that would serve the image 123.png from the temp directory. 2) In the HTML you include in the text editor have something like . (And I'd ID an opaque ID, instead of a file name, so users can't just request any file that you might have in the temp directory.) Alex
|
Free forum by Nabble | Edit this page |