Retrieving Attachments -- Why is Server Path is not included in all the parameters for retrieving th
We use the server path when we upload the attachments. We don't have any customizations in the upload. However, when we retrieve the attachment, it doesn't work because the server path is not there. Thus, we had to add custom code anywhere there is code in retrieving the attachments for expense reports.
In the delivered code App Package EX_MOBILE_EXPENSE_REPORT:AjaxModules:Attachment.OnExecute, there is a comment that says
From App Package EX_MOBILE_EXPENSE_REPORT:AjaxModules:Attachment.OnExecute |
---|
/* RC2 - LLie - FilePath and Filename are both set to ATTACHSYSFILENAME */ REM &sFileName = %Request.GetParameter("attFileName"); &sFilePath = %Request.GetParameter("attFilePath"); |