I'm trying to send an image and other parameters to a server using a PostString call (OkHttpUtils2). If the image is small everything works fine.
If the image is larger, the length or url is exceeded and I receive error from the server.
How can I transfer more data?
If the image is larger, the length or url is exceeded and I receive error from the server.
How can I transfer more data?