Uploading Image to S3 from Mobile - Content Type stripped

@Jessica_D,
Are you using a regular file input or an image input? I had presumed that for mobile you are using an image input so you can use the camera?

Get your data from your image input (or file input) component like this:
(note that you have to use the utils.getDataByObjectURL function to get your base64 data.

and then upload your image to your s3 bucket: