DEV Community

Discussion on: File upload using Laravel and Vue.js (The Right Way)

Collapse
 
eightyfive profile image
85

Found it. photo.name cannot be null, undefined, ...... If not Laravel does not recognize the photo field as an Illuminate\Http\UploadedFile... Damn it.