Ver Mensaje Individual
  #4 (permalink)  
Antiguo 08/07/2004, 14:53
Cluster
O_O
 
Fecha de Ingreso: enero-2002
Ubicación: Santiago - Chile
Mensajes: 34.417
Antigüedad: 22 años, 3 meses
Puntos: 129
Pues .. parece que ese:

Cita:
kurmie at wanadoo dot nl (17-Oct-2002 01:59)

Uploading huge files still remains a problem, even after you've set upload_max_size and post_max_size to reasonable sizes (in my case respectively the defaults 2M and 8M).
MAX_FILE_SIZE is often ignored and php doesn't cut in to stop the transfer, so if you're using Apache (i'll bet you are) try limiting transfers with LimitRequestBody.
Be advised that you don't set this directive too low, or Apache will return a document without data.
O por lo menos eso dice este comentario de:
http://www.php.net/manual/en/features.file-upload.php

Un saludo,