i have one image upload script which upload same image on two locations same time with move_uploaded_file() function like this
$fpath="../p/e/".$prop_fac1;
$error = move_uploaded_file($tmp_name, $fpath);
$fpath1="../p/t/".$prop_fac1;
$error1 = move_uploaded_file($tmp_name, $fpath1);
Sorun ilk bölümü eserleri bu ikinci yere dosyayı kopyalamak için .. / p / e dosya upload değil demek değildir ...