Skip to content
Advertisement

Laravel 5.3 multiple file uploads

How can I upload multiple files in Laravel 5.3. If I try it with 1 image it works but multiple images are not uploaded.

This is my code:

JavaScript

Advertisement

Answer

It works now like this:

JavaScript

I had to append [] after the value of the name attribute, so:

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement