(Non frontender here so excuse my total ignorance here)
I have a multipart form with a file selector, the form and the file should be sent to a POST endpoint in my backend.
How do I send this form "behind the scenes" so to say, without redirecting the entire browser tab to the target URL?
I've found this post: https://laracasts.com/discuss/channels/vue/submit-serialized-form-data-with-vue?page=1
But that does not address file inputs.
What would be the proper way forward?