PDA

View Full Version : Add an attachment to email.


Basscyst
12-15-2003, 08:30 PM
Hello -

I was wondering if it is possible to specify an attachment to be added to an email when sending a email using a cgi script. I have no access to the CGI that sends the email. Is this somthing that would need to be specified within the CGI script or can I add say some client side code to my page to specify an attachment?

TIA,
Basscyst

Jeff Mott
12-15-2003, 09:13 PM
This is dependant on the script. And though I can't see the script, I would guess that it cannot handle uploads based on the fact that the majority of scripts out there have bugs even when handling the most basic of input, much less a multipart message.