vendredi 23 octobre 2020

Upload Multiple images in Laravel using Vue.js

I'm trying to upload image using vue.js in Laravel for that i'm using this link

https://jsfiddle.net/b412ruzo/

to upload image using vue.js and when i submit the form i'm getting following image in files array

enter image description here

now issue is that i cannot get this file array in laravel controller

when i print

$request->file('files') 

in my controller i am getting null. and when i print $request->input('files') this is the result, an empty array

enter image description here

Any help regarding this issue is highly appreciated.



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2HtNzfq
via IFTTT

Aucun commentaire:

Enregistrer un commentaire