Postingan lainnya
multiple uploads images in laravel
ada saran tentang multiple uploads images di laravel?
3 Jawaban:
saran gimana ini?
aku sendiri sering dapet project buat upload multiple image dalam satu form. kamu bisa spesifikasiin lokasi simpan gambar nya saat di function move(). untuk checking file sama seperti biasa.
kalau masalah kamu masih belum terselesaikan, coba perjelas lagi permasalahannya :D
1. buat input type file misalnya 3 dengan name berbeda 2. set di controller file dengan 3 name tersebut 3. gunakan metode storeAs untuk spesifikasi method disk dan folder untuk dimasukkan
<div>Let me explain this Issue which I have faced before, I assume that you have a Laravel application installed on a web server. setup is: Linux / Unix or WAMP / XAMPP environment Laravel 5.5 PHP 7.1 MySQL Web server (Apache, NGINX or integrated PHP web server for testing) For more Information, Here's the detailed guide on how to <a href="https://www.cloudways.com/blog/laravel-multiple-files-images-upload/">upload multiple Images and files in Laravel</a> , In This guide you will learn all process step by step </div>