I have a web application where a web user can attach a file. The web forms’ data is captured by a lotusscript agent that puts that data into an email and sends to an Outlook administrator.
My problem is, I can’t seem to get a handle on the attached file within the lotusscript agent that runs on the web users saved form. I don’t know how to get the attachment. I’m new to scripting, and from what little I know, you need to know the name of the file in order to process it.
Because I don’t know the name of the file - it will always be different, and I don’t want to extract it to a c:/ directory, I’m at a loss.
HELP!
Thank you in advance for your time.