摘要:
public void sendFileToServer (String url, File logFiles) { HttpURLConnection connection = null; OutputStream os = null; DataInputStream is = null; try {// StringBuilder fullUrl = new StringBuilder(url); connection = (HttpURLConnection) new URL(url).openConnection(); connection.setRequestM... 阅读全文
posted @ 2013-11-19 17:38
强巴拉
阅读(780)
评论(0)
推荐(0)
浙公网安备 33010602011771号