Form Data always empty when uploading file #14671
Unanswered
lamseck-jonathan
asked this question in
General - Components / Directives / etc
Replies: 1 comment
-
sometimes the file is stored but sometimes it returns error , still figuring this out |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to upload image to laravel and save it
But formData is always empty and laravel get empty object
What i am doing wrong or is it a bug
//Vue js function
//axios
},
//Laravel
in the picture "data after image" is the response from laravel
}
Beta Was this translation helpful? Give feedback.
All reactions