how do i post Long encoded string of base64 image to server using retrofit?
问题 i'm trying to post encoded string of image to retrofit post method...after debugging i got very long string on debug of image chosen from gallery.....after submitting i can see long string encoded of image in debugger....in postman when i check i shows profile_pic: " " that is null ... need help if i used endpoint like this im not getting crash: @FormUrlEncoded @POST("update") fun useredit( @Header("access_token") token: String, @Field("first_name") first_name:String, @Field("last_name") last