I need a way to upload a file and POST it into php page...
My php page is:
I realize this is a bit old but I just posted an answer to a similar question that should be applicable here as well. It includes code similar to Daniil's, but uses HttpURLConnection instead of a Socket.