Hi Folks,
I have been trying to get the upload component working correctly in Vue 3.
I have noticed that when sending the post body it seems to be going without any file content in the post body. see attached. I would have expected the post body to be set.
Stack blitz link is here:
https://stackblitz.com/edit/vue-zqxlxq
Same code works as expected in Vue 2. Have I missed something?
EF.