You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MultiPartRequest can't upload file, I think the bug is in SslHttpStack,
setMultiPartBody(postRequest,request); //setEntity
setEntityIfNonEmptyBody(postRequest, request); //setEntity
you have set httpRequest.setEntity(entity) twice, so the MuliPartBody entity is override by getBody entity.
The text was updated successfully, but these errors were encountered:
MultiPartRequest can't upload file, I think the bug is in SslHttpStack,
setMultiPartBody(postRequest,request); //setEntity
setEntityIfNonEmptyBody(postRequest, request); //setEntity
you have set httpRequest.setEntity(entity) twice, so the MuliPartBody entity is override by getBody entity.
The text was updated successfully, but these errors were encountered: