I need to add a E-mail attactment Script to a E-mail Template for a script I am using on a Windows Server for a SendMail.asp form.
What is a good one that will work on our servers.
Thanks,
James ![]()
I need to add a E-mail attactment Script to a E-mail Template for a script I am using on a Windows Server for a SendMail.asp form.
What is a good one that will work on our servers.
Thanks,
James ![]()
do you ean yu want to add an attachment from the server to an email thats beeing created
i have done this using CDOSYS on windows.
if you need it let me knw
[QUOTE=Emagine]
do you ean yu want to add an attachment from the server to an email thats beeing created
i have done this using CDOSYS on windows.
if you need it let me knw
[/QUOTE]
When someone fills out the E-mail Template to Send a E-Mail, if they choose to add a attactment to the E-mail, I need it to upload and add the attactment and send with the E-mail.
I think I have to use a additional script to Server along with the E-mail script to get it to work not sure.
Thanks
the way i have, know how to do so is,
use an upload script/component to get it onto the server
then use a CDOSYS .attachment and enter the path to the file you wish to attach.#
this is in Classic asp though, i have done it in php also
[QUOTE=Emagine]
the way i have, know how to do so is,
use an upload script/component to get it onto the server
then use a CDOSYS .attachment and enter the path to the file you wish to attach.#
this is in Classic asp though, i have done it in php also
[/QUOTE]
Does anyone know a good upload script/component to use and easy to install on Window Server.
I got the form to work and attactment to be attacted, but of course not sending without the component.
use aspupload etc they will upload to a temp folder, then you can attach the file, then delete the file after sending the email
what language is this asp , .net etc
[QUOTE=Emagine]
use aspupload etc they will upload to a temp folder, then you can attach the file, then delete the file after sending the email
what language is this asp , .net etc
[/QUOTE]
Language is asp
ok, do you want a copy of my script if i still have it.
[QUOTE=Emagine]
ok, do you want a copy of my script if i still have it.
[/QUOTE]
Sure that will be great..
Can I use in a E-mail templete. This will be used to send a attactment within a E-mail script I have set up in a script I am running
Thanks ![]()
sorry i cant seem to find it , ill have alook on the webserver later as it maybe there still.