Uploading pictures largest than 1 Mb, images look cut or worse do not load.
I change the following values:
$Uploader->picture_edit_values (true, 130, 150, 'MB', '1.00');
to
$Uploader->picture_edit_values (true, 130, 150, 'MB', '9.00');
AND
$Uploader->first_values('st_', '_nc', 'KB', '120')
to
$Uploader->first_values('st_', '_nc', 'KB', '9120')
but don't work
Help... |