En una aplicación que estoy desarrollando para subir ficheros, no logro subir ficheros grandes ya que me muestran el siguiente error:
Cita:
CGI Timeout
The specified CGI application exceeded the allowed time for processing. The server has deleted the process.
The specified CGI application exceeded the allowed time for processing. The server has deleted the process.
Mi hosting no me permite modificar el php.ini.
En mis archivos .php estoy probando con las siguientes opciones, pero ninguna resulta:
Código PHP:
set_time_limit(3600000000);
Código PHP:
set_time_limit(0);
Así pues que debo haceR?