Ver original$img_rname = $_FILES[$k]['name'];$img_path = $upload_dir.$img_rname;copy( $_FILES[$k]['tmp_name'], $img_path );