Open Attachment from parent folder?

Hi everyone,

 

Anyone knows how to open an attachment from another folder in version 9? In version 7.6 you could create a hyperlink to open an attachment from another folder like this:

 

 var newURL = "eReadAttachment.ashx?Service=" + urlEncode(eServiceName);

            newURL += "&AttachmentFile=" + ntFileHex;

            newURL += "&AttachmentType=Folder" + "&AttachmentOwner=" + sFolderID;

 

 

 

This approach does not seems to work in version 9. Anyone who has a solution to this?

 

Appreciate any help,

 

Best regards,

 

Magnus

Tagged:

Comments

  • Hi,

     

    figured it out by myself. It was a little bit easier in version 9.

     

    newURL="ReadAttachment.ashx?AttachmentFile=fields.TXT&AttachmentOwner=0900000000000000000000000001403&AttachmentType=Folder";

  • Hi, i came accros your post while searching for opening attachment from another folder. i am battle to do that and im using version 7. can you please help. im still new on metastorm.