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.
Post a Comment for "Why It Returns Internal Server Error On Httpurlconnection?"