hi,

1. for mime-types try rfc2046. there are two top-level media types for you:
'audio' and 'video'. the subtypes depend on your media files.

2. to send files simply as attachment you can use
'application/octet-stream'. or use a readymade php-mime-mail-class.

ciao SVEN

Uma Shankari T. wrote:
> Hello,
>
> I need to send audio/video files through PHP mail() function.
> What is the MIME type i need to use?
> or else
> Is there any other way to send attachment as a mail?
>
> Please help me.
>
> Thanx in advance,
> Uma



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to