Upload large files on the web server on android -
I want to upload a file to a web server in my Android app. Currently I'm able to upload files around 5 MB from device. But more than this gives an exception to the exception and this also makes the app very unstable.
I am using a method that we can upload to the large size of the app in the background
It's possible that you probably appreciate any tutorials / code.
Want to check the post.
The main point is that you have to set up for chunk
for example.
connection.setChunkedStreamingMode (chunky);
Comments
Post a Comment