brandonsavage / Upload

File uploads with validation and storage strategies
MIT License
1.67k stars 315 forks source link

multiple file uploads #96

Closed akuera closed 7 years ago

akuera commented 7 years ago

How do you upload multiple files eg photos

mugenyi commented 7 years ago

i had the same problem but after a closer look at the code i found out that the current package on github supports multiple file upload but the last release "1.3.2" does not and thats what composer will install by default. you can install the master branch with this command.

composer require   codeguy/upload "dev-master"

it will do the trick.

farizluqman commented 7 years ago

+1 mugenyi