> if Bj is reading this - remember the site you did for an Irish
> recruitment co. did they have this function on their site?

No, and for most sites I've done that let users upload files, I used Perl or
php, but I have done file uploads using ASP (much harder!)

You need to stop and realise you are doing two different things here - a
file upload *followed* by an email.  Your form needs to be specified as a
multipart form with a 'file' type input to get the attachment.  ASP itself
doesn't understands file uploads and has no buit-in way of dealing with
them, so in the ASP page that processes the form, you then need to call a
file upload component like ASPUpload to process the uploaded file, then pass
it to an email component to send it with the email.  You'll have to find
whether your ISP has a file upload component and how to use it - my guess it
will take you days and days to master it :-/  Sorry!  The alternative is
just to use a mailto: and let the user attach the file and send using their
own email client of choice.


____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set 
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to