Take a look at this series: https://laracasts.com/series/build-project-flyer-with-me/episodes/11
May 21, 2016
7
Level 6
UIKit Upload on form
I'm using UIKit with a project I'm working on and I was wanting to use the uploader that ships with it. I've also thought about Dropzone.js, so if anyone can help me with either would be great.
I have a form created that has 5 fields (title, status, approved, details, images). The only field that has the upload assigned to it is my images field.
I want the user to fill out the form and then select images to upload (max of 3) and on submit, the title, status, approved, and details are written to one table and then the images are written to a secondary table with a table1_id written to each image based on the first table entry.
Please or to participate in this conversation.