openimsdk / open-im-sdk-android

IM Android
https://openim.io
MIT License
225 stars 157 forks source link

[Other]: <Sending images larger than 1MB fails> #58

Closed wozaihu closed 1 month ago

wozaihu commented 1 month ago

What would you like to share?

Server version 3.7.1, Android SDK version 3.5.1: Sending images fails if the image size exceeds 1MB, while images of a few hundred KB can be sent successfully. It was later discovered that the server had a file size limit, which, once modified, allowed for successful image transmission.

Additional information

No response