I am looking for code that can quickly upload an image from my android application in tomcat server.
At the moment I have not found the java code to place in the tomcat server (servlet)
I am looking for code that can quickly upload an image from my android application in tomcat server.
At the moment I have not found the java code to place in the tomcat server (servlet)
Here is demo code.
Use
http://commons.apache.org/fileupload/
or if you are using Tomcat 7 then use Servlet 3.0 API