Upload and POST file to PHP page with Java

前端 未结 6 1453
臣服心动
臣服心动 2020-12-01 10:14

I need a way to upload a file and POST it into php page...

My php page is:



        
6条回答
  •  旧巷少年郎
    2020-12-01 10:31

    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.

提交回复
热议问题