I’ve one document with several attachments in the Body field. The document is seen through the Web. The attachments are hidden, because the Domino default aspect is very bad (in tables).The attachment links are created with the @Function @AttachmentNames and an url :
http://server/db.nsf/0/UNID/$File/rattachment.extension
Usually, it runs perfectly. But, if the name of the attachment contains special caracters (% ! é è à …), the link doesn’t run.
If we use the Domino default aspect to show the attachment (the VERY bad aspect, you remember ?), links always run because Domino creates another url :
http://server/db.nsf/0/UNID/Body/M2/code.extension?OpenElement
We’ve M2 for the first attachment, M3 for the second, etc. and the attachment name is coded with letters and numbers.
Because, I want to hide the attachment and create new links, HOW is it possible to generate the same last url ?
Thank you.