How to get an attachment from LN via DIIOP?

Hi,

this is a repost with additional information to the previous description of my problem.

http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllThreadedweb/76de4d75cf7782ab85256e76004f4501?OpenDocument

I am still trying to find a way how to get attached files (pictures) from a notes database and display them in my web application that runs on websphere. I found out that when I use the tag <domino:attachmentlist > it is possible to display a list of the names of files. On each file there is automatically a link created that looks like this:

http://localhost:7080/LNToolkittest/UploadHandler?dbname=contacts.nsf&unid=45B1CBAAFAC3451FC1256E760045C5D6&tagaction=download&filename=picture.gif

This looks like if the file would be “requested” by the servlet “UploadHandler”. If have included it in my project and dont get any errors on the server console (websphere), however if I open the link a blank page is displayed.

Does anybody know how to get files from domino using the “Uploadhandler” ?

Where can I find any documentation to the “UploadHandler” servlet ?

Thanks all for any ideas.

Bye

Lars