j.smith1981 Posted October 21, 2011 Share Posted October 21, 2011 Been looking on the web on and off for the past few days but can't seem to find a list of all file types that PHP (or is it Apache) appreciates. Like when you go and upload file using a form and then it outputs: Array ( [upload_file] => Array ( [name] => discount_xcart_orders.csv [type] => text/comma-separated-values [tmp_name] => /tmp/phprAk2R6 [error] => 0 => 674 ) ) Is there an entire list of file types that this '[type] => text/comma-separated-values' falls under? Just out of interest of course, Jeremy. Quote Link to comment https://forums.phpfreaks.com/topic/249513-list-of-file-upload-file-types/ Share on other sites More sharing options...
watsmyname Posted October 21, 2011 Share Posted October 21, 2011 These are the list i know: application/pdf application/octet-stream application/zip application/msword application/vnd.ms-excel application/vnd.ms-powerpoint image/gif image/png image/jpg audio/mpeg audio/x-wav video/mpeg video/quicktime video/x-msvideo Quote Link to comment https://forums.phpfreaks.com/topic/249513-list-of-file-upload-file-types/#findComment-1281084 Share on other sites More sharing options...
j.smith1981 Posted October 21, 2011 Author Share Posted October 21, 2011 Ah cool thank you so much for that. Much appreciated, Jeremy. Quote Link to comment https://forums.phpfreaks.com/topic/249513-list-of-file-upload-file-types/#findComment-1281169 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.