Re: Attach multiple files
- From: "Rik Wasmus" <luiheidsgoeroe@xxxxxxxxxxx>
- Date: Mon, 31 Dec 2007 17:48:25 +0100
On Mon, 31 Dec 2007 16:19:03 +0100, Jyo <jyotsna.purkar@xxxxxxxxx> wrote:
I have problem regarding multiple file attachment. Can any one help
regarding script like gmail provides for attach a file with remove
link ? Also please note that this code should compatible with MAC -
safari browser.
Some pointers:
1. Use a session.
2. Let the user upload files without sending the message immediately.
3. Store the files somewhere safe, delete them on session destroy/user clicks remove link.
4. On send, retrieve the contents of the files and add them in a multipart mail message (look at http://pear.php.net for some nice code that will make this easy).
However, before you do all this, consider: aren't you writing something that has been done to death, and maybe there's allready code out there that does exactly what you want?
--
Rik Wasmus
.
- References:
- Attach multiple files
- From: Jyo
- Attach multiple files
- Prev by Date: Re: Last Day of Year Date Bug?
- Next by Date: Re: Pass login details to Exchange Sever 2003?
- Previous by thread: Attach multiple files
- Next by thread: Pass login details to Exchange Sever 2003?
- Index(es):