Attachements in profile documents

Hi,

I’ve got a profile document, where I want to insert attachements. This works for only one attachement, very well.

But if I insert a second one, the first attachement has got a size of 0kb and I’m not able to open it.

Does anybody know this problem and how to solve it?

Thanks for help

Markus

Subject: Attachements in profile documents

Markus, I can confirm this behavior. Did you ever find a solution?

Subject: RE: Attachements in profile documents

This ‘bug’ is driving me crazy! Has anyone got a solution for this, or at least a workaround?!?

Christian

Subject: RE: Attachements in profile documents

Personally, I can’t think of a good reason to put an attachment of any kind on a profile document. They’re meant to be more of a configuration file sort of thing, not to be used as a general data document.

Subject: RE: Attachements in profile documents

Actually, I do that for an application where I have several additional files for other processing: for example a thumbnail generator. By attaching the files to a rich text field within a profile document I thought that this was a great way of ensuring that the support files would be carried around with the application. But I get the same problem as described before.

Subject: RE: Attachements in profile documents

My solution was:I created a new Form including a richtext field and a View displaying all documents using this form.

in a little LS function (in my case called getMyProfileDoc) i checked if there already is a document in my view, if so return a NotesDocument handle to it, if not create a new one and return a handle to the newly created document…

cheers

Christian

Subject: Attachements in profile documents

I tried creating several rich text fields in the profile document and attaching one image to each one. Unfortunately the problem’s still there. Checking the contents of the document, there is only one “$File” field - the last image in the document. When saving the profile document. it seems that only the most recently added file attachment is being saved in the document.