= 4.3.0 version if(!function_exists('image_type_to_mime_type')) { function image_type_to_mime_type($img_type) { switch($img_type) { case 1: return 'image/gif'; case 2: return 'image/jpeg'; case 3: return 'image/png'; case 4: return 'application/x-shockwave-flash'; case 5: return 'image/psd'; case 6: return 'image/bmp'; case 7: return 'image/tiff'; case 8: return 'image/tiff'; case 9: return 'image/jpeg'; // case 13: return 'application/x-shockwave-flash'; case 14: return 'image/iff'; default: return 'application/octet-stream'; } } } #--------------------------------------------------------------------- } //__HOPP_MIME_FUNCTIONS ?>