Wondering if someone knows how to upload an image from flutter (not really relevant, javascript would be the same problem) but set the image path/name from the server side.
When I upload my image to my s3 bucket in AWS amplify, the name the client passes is taken to be put in the bucket.
I would like to change this behavior by passing the image in the api call but then on the server set the path and name.
Has anyone had any luck doing this?
Best regards