Hello. I've been going along with the Project Flyer series and I'm now stuck on the Bulk File Uploads video.
I had forgotten to change a field in my flyer_photos table from 'photo' to 'path'. I updated it in the migration & the Photo model. After doing a migrate:refresh I now get a "403 Forbidden" error when I try to submit my create form.
@amiter00 Do you still have the folder called flyers under your public directory? That's causing the problem. Rename the directory and you will be able to submit the create form again. Jeffrey addresses that problem in one of the later videos.