Page 1 of 1

Hanling Email Attachments

Posted: Sun May 20, 2012 2:01 am
by mahi130
Im working on a php based email client.Everything works fine till sending email with an attachment.Iam getting the message body and attachment name in receiver side.But iam not able to download the attachment file to a local directory of receiver's computer.Do anyone share idea or code on how to acheive this.Any hely will be thankful........

Re: Hanling Email Attachments

Posted: Sun May 20, 2012 2:14 am
by requinix
You can't download something to a user's computer. They have to choose to do that themselves and they control where it goes.
The most you can do is offer a download prompt. Is your question about doing that? Or something else?