How to put attachments into richtext fields from web browser in lotus notes document

I see the domino design helper, the RichText field may accept attachment.

I try in notes client,it is. But I work in web, in browser the field only show text edit function, I do not how to put the attachment in the field.

Whether or not the field only work in notes? and in web the upload attachment way is file upload control?

Subject: how to put attachments into richtext fields from web browser in lotus notes document

That’s about it, yes. The browser isn’t a Notes client, so you would need to write a “client” that works on the web, manages uploads, and places the file anchors at the appropriate places in the (separately-created) Rich Text field. The easiest way to get Notes/web parity (or something very close to it, at least) is to use Coex Edit from Genii Software, but that’s not free, it’s just a tradeoff of costs (your development time versus the cost of the software). If you decide to go the home-brew route, you’ll probably find it easier to work with the document in DXL (Domino XML) than to mess around with CD records (the Notes Rich Text data structures) using the C API.