Is there any need to use something other than a http POST for small files? (<1mb)
With large files anyone know of an existing lib to handle them (and preferably show a progress bar in a dialog)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve included apache-mime4j-0.6 and httpmime-4.0.1 to get this functionality. With those libraries you can create multipart/form-data requests and send them off with the standard HttpClient.