Re: [PHP] Re: Emailing attachments upload to a form

2001-12-12 Thread Jon Farmer
> Yeah.. code to divide the message into multiple parts, base64_encode the > file, and attach it that way. > > I suggest looking for some kind of Email class that can do that for you. > Try http://phpclasses.upperdesign.net/ > > Mike if you are on *nix used mutt from the commandline. -- Jon F

[PHP] Re: Emailing attachments upload to a form

2001-12-11 Thread Mike Eheler
Yeah.. code to divide the message into multiple parts, base64_encode the file, and attach it that way. I suggest looking for some kind of Email class that can do that for you. Try http://phpclasses.upperdesign.net/ Mike Ben Clumeck wrote: > When I use the script to upload an attachment to my

[PHP] Re: emailing attachments

2001-11-12 Thread Steve Brett
you need: {can't remember the exact syntax but it's the file type you're looking for, opens the file open dialogue so they can choose local file} Steve "Don" <[EMAIL PROTECTED]> wrote in message 004a01c16b33$b43a2c60$4fad2b18@cr993021a">news:004a01c16b33$b43a2c60$4fad2b18@cr993021a... Hi, I