Laravel - Upload File to Database
问题 These are what I have : Database table named lamanInformasi , which has field named isi . This is what I want : User can upload multiple document or image files, and the files will be stored to database. The file names will be saved to isi field, and the files itself will be saved to a folder named propic . User also can show the file they want on the website and download it. This is what I have done : I used bootstrap plugin to input file. I used this source. I just used files inside the js