| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: EMail with attachment |
From: |
Harlan |
Date: |
2/10/1999 10:01:51 AM |
IP: |
206.222.20.2 |
I dont know anything about cdont, however
I have written an online email program that allows users to add attachments. Here are two of the things I ran into, and the ways I fixed them. Note that I didnt use cdonts at all for my application so some of this may not apply. In order to attach to the email from my server I had to perform several steps. First I had to upload there document to my server, I then had to attach it to the email component, and then delete it from my server after it was sent. To do this I used safileup, jmail, and a batch file (running nightly at 4:00am clearning my attachment directory). As for the problem of calling a sub, when you have a sub and you want to call it with parameters, you can do it one of two ways.
you can use "call sub(param1,param2..ect)" or
you can use "sub param1,param2,..etc". But you
cant use "sub(param1,param2,..etc)". Hope some of this helps you.
|
Previous Message
|
|

|
|
|
|