Javascript – Uploading image to S3 from user-submitted form completes but corrupted
In a Remix app, I have a form I'm using to select & upload an image, just a simple <input name="image" type="file" /> The form POSTs to a Remix handler, and in the handler (see code below) I'm trying to…