Using Rich text field to attach documents - not working on the web!

Hi there!

Until now I have been suing a rich text field, along with a button with the following action:

@If(@IsDocBeingEdited;@True;@Command([EditDocument]));

@Command([EditGotoField];“DocumentStore”);

@Command([EditInsertFileAttachment])

To attach documents to a document being created by my form.

I realise that using this on the web doesn’t work, as it just brings up a rich text field using the java applet.

How can documents be attached so that it works using the web?

Many Thanks!

Subject: Using Rich text field to attach documents - not working on the web!

You need to use a File Upload control, check in the Domino Designer help for more details.