• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

High Resolution Images are not getting uploaded

thepixhost

Chevereto Noob
Hi
I am trying to upload images which are 1 to 2 mb in size and having resolution about 3000 X 3800

So after upload procedure complete, i am getting white blank page. so i am unable to generate image codes.

My settings in config file is as below

// Configuraciones de imagenes
$max_mb = '5.0'; // Maximo tamaño de imagen (Mbytes)
$max_by = $max_mb*1048576; // Maximo tamaño de imagen en bytes)
$max_name = '20'; // Caracteres maximos (no incluye ext y ".")
$mini_ancho = '180'; // Ancho del thumb (pixels)
$mini_alto = '180'; // Alto del thumb (pixels)
$lowres = '16'; // Minimo ancho a redimensionar
$higres = '6000'; // Maximo ancho de redimension

My Host has custom php.ini config file access and i have max size upload = 200 MB

so anybody has this solution>

your reply will be valuable....
 
Back
Top