boom-army / boom-client

MIT License
0 stars 0 forks source link

Fix AWS S3 uploads (80 sosol) #1

Closed h4rkl closed 3 years ago

h4rkl commented 3 years ago

Fix AWS S3 uploads so that they display inline rather than download.

Currently the upload settings in the client AWS upload are setting the Content-Type as multipart-form data. The issue looks like it needs to be resolved by changing the method from new FormData() to uploading an image blob with a specified Content-type.