Jump to content

List of file upload file types


j.smith1981

Recommended Posts

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.

Link to comment
https://forums.phpfreaks.com/topic/249513-list-of-file-upload-file-types/
Share on other sites

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.