%3A%20%C2%BFhay%20alguna%20forma%20de%20desactivar%20la%20carga%20de%20archivos%20por%20mime%2Ftipo%20o%20extensi%C3%B3n%3F.png)
Por ejemplo, ¿deshabilitar *.file
y *.html
cargar? O habilitar solo *.avi
y *.mov
, etc.
Respuesta1
Puedes intentar usar eldenegar_archivodirectiva, con algo como esto:
deny_file={*.file,*.html}
Por ejemplo, ¿deshabilitar *.file
y *.html
cargar? O habilitar solo *.avi
y *.mov
, etc.
Puedes intentar usar eldenegar_archivodirectiva, con algo como esto:
deny_file={*.file,*.html}