Upload file with Retrofit 2
问题 I trying to do that a few days, and I really did everything.. Here is how request looks in Postman: I am sure, that all GET parameters were writing correctly. The problem in how I sending a file to upload, I suppose. Map<String, RequestBody> map = new HashMap<>(); File file = new File("/storage/emulated/0/ConstructSecure/d1940b05-76d1-4d98-b4b4-b04b8247c8cb.png"); RequestBody requestBody = RequestBody.create(MediaType.parse("image/png"), file); String fileName = file.getName(); map.put(