Dave Carrera wrote: > I would like to allow my visitors to send attachments via my contact form.
the easiest way is to use the http://phpmailer.sf.net great piece of software. it has a simple function to add attachments. > Also would this be limited to one file or can multiple files be allowed ? via html forms you can only upload one file per browse button (simple saying) if you want to upload more do something like yahoo.com after one upload is finished you get the chance to upload more. but still only one file a time. michael -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php