he colocado is_uploaded_file y si me muestra error.
Código PHP:
Ver original{
$handle_thb = new Upload($file);
$handle_thb->image_resize = true;
$handle_thb->image_ratio_y = true;
$handle_thb->image_x = 200;
$handle_thb->Process('imagenes/thumbnail/');
$imagen_thb = $handle_thb->file_dst_name;
$handle_thb->clean();
}
else
{
echo "error";
}
lo que no entiendo si la variable $file esta recorriendo los nombres de las imagenes con el bucle foreach.
saludos.