It uploads the file to minio container, but it says the file format is not supported. When using postman the file upload works and is viewable.
<form id="uploadForm" hx-put="@Model.signedUrl" enctype="multipart/form-data"><input type="file" id="fileUpload" name="fileUpload" /><button type="submit">Upload</button></form>
Expected the image to be uploaded correctly