Yangi formatda davom etish uchun: https://uzfor.net/view.php?act=post&id=64656
Postga havola
RNDTV [310] [off]
developer,
bu kod aka rasm qayga yuklanishi bn qanday pechat hamma razmerlari bor uzizga moslab joylaysizda
$handle = new upload($_FILES['imagefile']); if ($handle->uploaded) { // Обрабатываем фото $handle->image_watermark = '../images/watermark.png'; $handle->image_watermark_position = 'BR'; 'image/jpeg', 'image/gif', 'image/png' ); $handle->file_max_size = 1024 * $set['flsz']; $handle->image_resize = true; $handle->image_x = 1920; $handle->image_y = 1024; $handle->image_ratio_no_zoom_in = true; $handle->image_convert = 'jpg'; $handle->process('../files/album/'); $img_name = $handle->file_dst_name; if ($handle->processed) { // Обрабатываем превьюшку $handle->image_resize = true; $handle->image_x = 100; $handle->image_y = 100; $handle->image_ratio_no_zoom_in = true; $handle->image_convert = 'jpg'; $handle->process('../files/album/'); $tmb_name = $handle->file_dst_name; if ($handle->processed) { if ($rights == 9){ `album_id` = '$cat_id', "); } }
bu kod aka rasm qayga yuklanishi bn qanday pechat hamma razmerlari bor uzizga moslab joylaysizda