
rgb - 2013-03-20 21:03:44
is this code for saving file extensions that are not .jpg, .gif
$mime->custom_mime_types = array(
'application/vnd.openxmlformats-officedocument.wordprocessingml.document'=>array(
'Type' => 'ms-word',
'Description' => 'Word processing document in Microsoft Office OpenXML format'
)
);