Code :
'txt' => 'text/plain', 'doc' => 'application/msword', 'xls' => 'application/msexcel', 'ppt' => 'application/vnd.ms-powerpoint', 'pps' => 'application/vnd.ms-powerpoint', 'wks' => 'application/vnd.ms-works', 'pub' => 'application/vnd.mspublisher', 'pdf' => 'application/pdf', 'zip' => 'application/zip', 'html' => 'text/html', 'htm' => 'text/html', 'jpg' => 'image/jpeg', 'jpeg' => 'image/jpeg', 'gif' => 'image/gif', 'png' => 'image/png', 'bmp' => 'image/bmp', 'tif' => 'image/tiff', 'tiff' => 'image/tiff', 'ico' => 'image/x-icon', 'rtf' => 'application/rtf', 'mp3' => 'audio/mpeg', 'wav' => 'audio/x-wav', 'mpg' => 'video/mpeg', 'mpeg' => 'video/mpeg', 'avi' => 'video/x-msvideo');
|