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
Modify SimpleMultipartEntity to make sure file conteent is not read into memory when addPart is called. The Stream should be stored in the entity instead of reading it into a byte array and the stream should be returned in getContent
The text was updated successfully, but these errors were encountered:
Modify SimpleMultipartEntity to make sure file conteent is not read into memory when
addPart
is called. The Stream should be stored in the entity instead of reading it into a byte array and the stream should be returned ingetContent
The text was updated successfully, but these errors were encountered: