Topic: Max size

In config.php
$max_mb = '5.0';
$max_by = $max_mb*1048576; // Maximo tama?o de imagen en bytes)
$max_name = '10'; // Caracteres maximos (no incluye ext y ".")
$mini_ancho = '3000'; // Ancho del thumb (pixels)
$mini_alto = '3000'; // Alto del thumb (pixels)
$lowres = '2'; // Minimo ancho a redimensionar
$higres = '3000'; // Maximo ancho de redimension
but then i upload image which size is 3mb it download 1minute and then i see an error "you must complete part of the form in order to continue"
Help me please!
---------------------------------------------------------------------------------------------------------
Sorry for my bad english

Thumbs up

Re: Max size

Something in wrong with your host/php config.
http://chevereto.com/foro/topic258-uplo … -page.html
http://chevereto.com/foro/topic211-uplo … oblem.html
http://chevereto.com/foro/topic168-high … oaded.html

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!

Re: Max size

i think no,i do it in my site too and problem in my site is too
and what do I do? how to fix?

Last edited by Rikob (2010-05-01 15:33:52)

Thumbs up

Re: Max size

You have to change the max execution time, memory limit, max upload, etc  in php.ini

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!

Re: Max size

To change php.ini come VPS(VDS) or standart hosting?
Where in the php.ini to change it all?

Last edited by Rikob (2010-05-01 15:40:15)

Thumbs up

Re: Max size

In my hosting i can change
upload_max_filesize ? PHP, Mb:    
post_max_size ? PHP, Mb:    
max_execution_time ? PHP, ???:    
magic_quotes_gpc ? PHP:

Thumbs up

Re: Max size

google is your friend!

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!

Re: Max size

what to put in php.ini? i can locate my php.ini but what is value to change>?

Thumbs up

Re: Max size

Read this, it may help you wink
http://www.radinks.com/upload/config.php

~ Sup?!

Thumbs up