Level 49
Hi @Alizharb if you are subscribed to Laracasts please have a look at this tutorial which explains how to upload an image with Vue.
https://laracasts.com/series/lets-build-a-forum-with-laravel/episodes/65
hello guys! i've tried much to upload an image and i've wasted more than 10 hours but without sense : i've tried this
<input type="file" el:image>
formdata.append('image', this.$els.image.files[0]);
but it does not work anyhow , any help?
Please or to participate in this conversation.