Hi

I don't know if this is the right forum but I need some help and advise.

I want to create a form where I can enclose files from local disc and mail
with CDONTS.

I want to use a form including the following:

Fill in a form with following fields:
From: (name)
Email: (address)
Subject:
Text: (Body)
Enclosed files: (from my local hard drive)

I may also need to use radio or check boxes etc.

I have the following idea:

1. Fill in form and upload enclosed files to temp folder on server using
ASPUpload 2.1
2. Send mail using CDONTS including both form data and files which I pick
from temp folder at the server.
3. Delete files from temp folder at server.

I have tried several ways to code but get stuck all the time.

Do anybody have any hints how to solve this or know any good site
describing
procedures?

Rgds
Lars

Re: CDONTS and ASPUpload by Curt_C

Curt_C
Sun Sep 14 14:08:30 CDT 2003

what have you got so far? What specific problems have you hit?
Also, I'd suggest CDO instead of CDONTS (CDONTS is obsolete).

--
----------------------------------------------------------
Curt Christianson (Software_AT_Darkfalz.Com)
Owner/Lead Designer, DF-Software
http://www.Darkfalz.com
---------------------------------------------------------
..Offering free scripts & code snippits for everyone...
---------------------------------------------------------


"Lars" <lars@andreasson.pp.se> wrote in message
news:3f647ad3$1@news.wineasy.se...
> Hi
>
> I don't know if this is the right forum but I need some help and advise.
>
> I want to create a form where I can enclose files from local disc and
mail
> with CDONTS.
>
> I want to use a form including the following:
>
> Fill in a form with following fields:
> From: (name)
> Email: (address)
> Subject:
> Text: (Body)
> Enclosed files: (from my local hard drive)
>
> I may also need to use radio or check boxes etc.
>
> I have the following idea:
>
> 1. Fill in form and upload enclosed files to temp folder on server using
> ASPUpload 2.1
> 2. Send mail using CDONTS including both form data and files which I pick
> from temp folder at the server.
> 3. Delete files from temp folder at server.
>
> I have tried several ways to code but get stuck all the time.
>
> Do anybody have any hints how to solve this or know any good site
> describing
> procedures?
>
> Rgds
> Lars
>
>