File Uploads using Fetch API and VueJS

Originally published at: File Uploads using Fetch API and VueJS - Server Side Up

We’ve talked about file uploads with Axios a ton of different ways. Since we are just comparing the Fetch API with Axios, I won’t do as many examples. However, we will touch on the differences between the Fetch API and Axios when uploading files. Once again, if you want to see exactly how this component…