Skip to content Skip to sidebar Skip to footer

Why It Returns Internal Server Error On Httpurlconnection?

I'm developing an application that can send different files to web server.Also I want to send large files, in able to do this I need to chunk the files. But when I'm sending the fi

Solution 1:

You can make use of this code. It is a J2ME class to handle file uploads via HTTP POST Multipart Requests.

Hope this helps.

Solution 2:

If you prefer then you can use this library. Its very easy to implement and dose all the work you need.

AndroidAsync

Post a Comment for "Why It Returns Internal Server Error On Httpurlconnection?"