We have as part of our interface an option for people to send texts or e-mails to others and want to add the option of attachments. These are then sent from the server to the recipients.
Basically, we're looking at what options there are in copying the file selected (in the designed dialog box whose path is then entered into a section on the form) to the server and attaching to the e-mail that is then sent. Is there any way of doing this?
e.g. To send bob.doc we want to copy bob.doc from [local machine]c:\pathname\bob.doc to [server]c:\attachments\bob.doc then attach that to the e-mail created by the form and send the e-mail and the attachment out. This attachment could then be removed from [server]c:\attachments
Any thoughts?
Basically, we're looking at what options there are in copying the file selected (in the designed dialog box whose path is then entered into a section on the form) to the server and attaching to the e-mail that is then sent. Is there any way of doing this?
e.g. To send bob.doc we want to copy bob.doc from [local machine]c:\pathname\bob.doc to [server]c:\attachments\bob.doc then attach that to the e-mail created by the form and send the e-mail and the attachment out. This attachment could then be removed from [server]c:\attachments
Any thoughts?