coletz
val body = MultipartBody.Builder() .setType(encType) .addFormDataPart("photo", file.name, requestFile) .build()