Ver Mensaje Individual
  #9 (permalink)  
Antiguo 31/05/2010, 13:08
Avatar de abimaelrc
abimaelrc
Colaborador
 
Fecha de Ingreso: mayo-2009
Ubicación: En el planeta de Puerto Rico
Mensajes: 14.734
Antigüedad: 15 años
Puntos: 1517
Respuesta: error al redimencionar imagenes de mas de 2 mb

Quiero hacer una observación en el código
Código PHP:
Ver original
  1. ini_set("memory_limit","50M"); //PHP_INI_ALL
  2. ini_set('post_max_size','10M'); //PHP_INI_PERDIR
  3. ini_set('upload_max_filesize','10M'); //PHP_INI_PERDIR
  4. ini_set('max_execution_time','1000'); //PHP_INI_ALL
  5. ini_set('max_input_time','1000'); //PHP_INI_PERDIR
Aquí conseguirás a lo que me refiero con PHP_INI_ALL y PHP_INI_PEDIR.
__________________
Verifica antes de preguntar.
Los verdaderos amigos se hieren con la verdad, para no perderlos con la mentira. - Eugenio Maria de Hostos