uploading multiple files with fetch API
I'm trying to upload multiple files using the Fetch API. The code below does not produce any errors but the files do not arrive in the “uploads” folder. I've tried using PUT instead of POST but that did not help. How do I get the files to upload?