Attach multiple files

Attach multiple files

am 31.12.2007 16:19:03 von jyotsna.purkar

Hi All!

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.

Thanks & Regards,
Jyotsna.

Re: Attach multiple files

am 31.12.2007 17:48:25 von luiheidsgoeroe

On Mon, 31 Dec 2007 16:19:03 +0100, Jyo 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