Sending image with multipart file format with retrofit never reaches the backend
Context I have a contract on the backend that is described as shown in the image below: As you can see, the backend expects an image file per a multipart/form-data contract. My backend is working perfectly, because when I test the service by a postman/insomnia sending the image as a file, the image is indeed […]
How to properly send an image as a multipart file on android using retrofit in Kotlin?
Context I have a contract on the backend that is described as shown in the image below: As you can see, the backend expects an image file per a multipart/form-data contract. My backend is working perfectly, because when I test the service by a postman/insomnia sending the image as a file, the image is indeed […]