Level 102
You should just be able to set the input to "multiple". You can also tell it which extensions to allow (be sure to still validate in laravel)
<input type="file" name="files" accept=".jpg,.png,.mp4,.mov" multiple />
Maybe you can help me make another thing. I have a form in my website with some input and I would like to upload more than one image and video in the form. Do you know how to do that ? I found a website which explain how to do that but only for multiple images, not for videos. I'm not allowed to insert link but the repository is "KrunalLathiya/Laravel5.5MultipleImagesUpload"
Do you think that it's possible to make the same thing as image but for videos ?
Please or to participate in this conversation.