The only file my app allows users to upload are images, and they are always uploaded as the sole input field in a form. Thus, multipart is unnecessary, and I could much more easily consume the file without a multipart parser.
How can upload a file without using multipart using AJAX and vanilla Javascript? Also, it should generally support the latest version of all browsers.