سلام دوستان.
چطوری میتونم تصاویر رو آپلود کنم و نمایش هم داده بشه و آیا باید جدولی هم داشته باشه یا نه؟
سلام آپلود فایل در لاراول که آسونه یه سرچ بزنی کلی مطلب گیرت می یاد. و اینکه گفتین نمایش داده بشه منظور شما رو درست متوجه نشدم در کدوم قسمت نشون داده بشه؟. و در انتها بله برای آپلود فایل باید از جدول استفاده کنین.
$banner=$_FILES['banner']['name'];
$expbanner=explode('.',$banner);
$bannerexptype=$expbanner[1];
$rand=rand(10000,99999);
$bannername=$rand.'.'.$bannerexptype;
$bannerpath="uploads/banners/".$bannername;
move_uploaded_file($_FILES["banner"]["tmp_name"],$bannerpath);
انجامش دادم ولی کلی ارور اومد:
Notice: Undefined index: banner in C:\wamp64\www\project\panel_user\upload.php on line 14
Warning: Use of undefined constant ۱ - assumed '۱' (this will throw an Error in a future version of PHP) in C:\wamp64\www\project\panel_user\upload.php on line 16
Notice: Undefined index: ۱ in C:\wamp64\www\project\panel_user\upload.php on line 16
Warning: Use of undefined constant ۱۰۰۰۰ - assumed '۱۰۰۰۰' (this will throw an Error in a future version of PHP) in C:\wamp64\www\project\panel_user\upload.php on line 17
Warning: Use of undefined constant ۹۹۹۹۹ - assumed '۹۹۹۹۹' (this will throw an Error in a future version of PHP) in C:\wamp64\www\project\panel_user\upload.php on line 17
Warning: rand() expects parameter 1 to be int, string given in C:\wamp64\www\project\panel_user\upload.php on line 17
Notice: Undefined index: banner in C:\wamp64\www\project\panel_user\upload.php on line 20
Notice: Undefined index: banner in C:\wamp۶۴\www\project\panel_user\upload.php on line ۱۴
این خط میگه من اندیس آرایه ای به نام banner نمی شناسم شما باید اسم input فایل خودتون در form رو banner قرار بدین.
آیا مایل به ارسال نوتیفیکیشن و اخبار از طرف راکت هستید ؟