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!