Ver Mensaje Individual
  #11 (permalink)  
Antiguo 04/09/2003, 21:51
Jordi1
 
Fecha de Ingreso: abril-2003
Mensajes: 656
Antigüedad: 21 años
Puntos: 1
texto y html o htm
'.txt' => 'text/plain',
'.html' => 'text/html',

para php pero no estoy completamente seguro
'.php' => 'application/octet-stream',

para saberlas puedes hacerte un form de upload
y lo miras con
$tipo= $_FILE['ARCHIVO']['type']
$tipo tienes el el tipo mime

un saludo