Me gustaria saber como podria cambiar de tamaño las imagenes cuando se suban al servidor y tambien como crear miniaturas.
El codigo que recoge los datos del formulario es el siguiente:
Código PHP:
Ver original
<?php global $upload_folder_path; if(!$current_user->data->ID) { wp_redirect(get_settings('home').'/index.php?page=login'); exit; } global $wpdb,$General; //$_SESSION['ads_information_session'] = ''; $user_path = $_POST['hidden_image']; $hidden_image = $_POST['hidden_image']; foreach($_POST as $key=>$val) { } { $generalinfo = $General->get_general_settings(); if($generalinfo['imagepath']) { $imagepath = $generalinfo['imagepath']; }else { $imagepath = 'products_img'; } $destination_path = ABSPATH . "$upload_folder_path".$imagepath."/"; { $year_path = ABSPATH; { if($imagepatharr[$i]) { $year_path .= $imagepatharr[$i]."/"; } } } $upload_path = ABSPATH . "$upload_folder_path"; } { if($imagepatharr[$i]) { $year_path = ABSPATH . "$upload_folder_path".$imagepatharr[$i]."/"; { } } } } { $a1 = $_FILES['images']['name'][$i]; $tmp_name = $_FILES['images']['tmp_name'][$i]; { $imagepath1 = get_option( 'siteurl' ) ."/$upload_folder_path".$imagepath."/".$name; $upload_path = get_option('upload_path'); $user_path[] = $imagepath1; $result = 1; } } } ?>
Muchas gracias.