![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
04/09/2003, 21:51
|
| | Fecha de Ingreso: abril-2003
Mensajes: 656
Antigüedad: 21 años, 9 meses 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 |