[thelist] Re: E-mail attachments in ASP

Jason Lustig lustig at acsu.buffalo.edu
Mon Mar 25 21:19:01 CST 2002


>http://www.serverobjects.com/comp/Aspmail3.htm
[...]
>Basically, save the file in a temp location
>on the server and using the AddAttachment
>method, attache the file to your target
>email message.

Good in theory, bad in practice when your sysadmin won't set up a COM object
to handle file uploading for you. :(

I see how to add an attachment; is it possible to attach the file without
touching the diskspace? i.e. instead of upload the file and then attach it,
why not just skip the disk step entirely and put it from the memory of the
server right into the email?

--Jason




More information about the thelist mailing list