I am having trouble with Vuejs image upload. My backend is Laravel, but for some reason the images are not being sent to the Controller.
<form method="POST" class="form-horizontal" role="form" v-on:submit.prevent="updateProduct(editProduct.id)" enctype="multipart/form-data">