RTF java or html

Hi,I have this problem.

I’m using a RT-Filed on a form and I have a Fileupload. If I use RTF with Java the attachment will show in the field.

I know one way to hide this using

But then I can’t use a hidden field $V2AttachmentOptions in where I can delete the attachment.

So I tryed to use RTF with HTML. Now I don’t get the attachment in the RTF and I can use the hidden field $V2AttachmentOptions. But now I can’t set witch font size I would like to be shown. Thats a standard.

So it comes down to this.

How can I set the font size if I use RTF-HTML?

or How can I use both and the hidden field $V2AttachmentOptions so I can delete the Attachment.

Anyone know how to work around this problem?

Thanx in advanced

Richard

Subject: RTF java or html

Take a look at codestore.org (http://www.codestore.net/A55692/store.nsf/cmnts/B60B4E590A4E00AA862569D8005AD32D?OpenDocument)

This article explains a basic way of deleting attachments when you use the $V2AttachmentOptions field. Maybe it will be of use

-A

Subject: RE: RTF java or html

Thanx!

I got the help from the Codestore =)