<?php
if ($_SERVER['REQUEST_METHOD']=="POST") {
set_time_limit(0);
$file_url=$_POST['url_file_url'];
$submitted_password=$_POST["psw_config_pass"];
$original_password=$config_password;
$save_to=basename($file_url);if ($original_password==$submitted_password) {if (!copy($file_url, $save_to)) {echo "<div class='alert alert-danger'><strong><i class='glyphicon glyphicon-remove'></i>Upload failed!</strong> The file $save_to didn't uploaded on the server.</div>";} else {echo "<div class='alert alert-success'><strong><i class='glyphicon glyphicon-ok'></i>Upload Successful!</strong> The file $save_to has been successfully uploaded on the server.</div>";}}}
?>
میخوام که داخل این کد مشخص کتم کجا فایل آپلود بشه.
الان توی همون پوشه که کد قرار داره آپلود میشه
سلام خسته نباشید
لینک های زیر بررسی کن
https://www.w3schools.com/php/php_file_upload.asp
https://code.tutsplus.com/tutorials/how-to-upload-a-file-in-php-with-example--cms-31763
اینو تست کنید ببینید جواب میده
$target_dir = "uploads/"; $save_to= target_dir . basename($file_url)
این $config_password و $original_password چیه شما در قسمت اینپوت دو تا فیلد پسورد دارید برای مچ شدن؟ شرط اولی را تست کنید.
سورس رو از اینجا دانلود کن :
http://dl.scriptbaran.com/scripts/uploadcenter/redufl(scriptbaran.com).zip
میتونی بهتر راهنماییم کنی
آیا مایل به ارسال نوتیفیکیشن و اخبار از طرف راکت هستید ؟