[Vuejs]-How do I send an image from vuejs to laravel server for upload

0👍

Laravel has an issue receiving form-data from ajax requests using the HTTP VERB PUT, try the same thing using POST instead.

Links: https://github.com/laravel/framework/issues/13457

Leave a comment