I am working on the Android app. I searched a lot posts before create this question. I would like to use socket in java to upload files from android phone. What kind of app should it be in server side? Supposing write the server side in java.What kind of project should it be?
about java application, I only know the server host — tomcat.
I am working on the Android app. I searched a lot posts before create
Share
In your case (as server has tomcat) If you have url of the server then you can use HttpURLConnection to upload any file to server. and in server end logic should be written to receive the file
Example