I'm trying to upload image using vue.js in Laravel for that i'm using this link
to upload image using vue.js and when i submit the form i'm getting following image in files array
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
Any help regarding this issue is highly appreciated.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire