![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
13/11/2014, 21:01
|
![Avatar de Patriarka](http://static.forosdelweb.com/customavatars/avatar387800_5.gif) | | | Fecha de Ingreso: enero-2011 Ubicación: Moreno, Buenos Aires, Argentina
Mensajes: 2.851
Antigüedad: 14 años Puntos: 288 | |
Respuesta: "Paginas no responden" al subir archivos con PHP y Javascript ha y bueno en el php.ini tenes varias configuraciones
upload_max_filesize = 1000M
post_max_size = 10000M
y tiempo infinito:
al inicio del script de subida
set_time_limit(0);
entre otros |