【问题标题】:What is the Best method to http transfer a file from the client to a server, in Java 1.5?在 Java 1.5 中,将文件从客户端传输到服务器的最佳方法是什么? 【发布时间】:2010-09-23 09:22:50 【问题描述】: 在 Java 1.5 中,将文件从客户端传输到服务器的最佳方法是什么? 【问题讨论】: 最简单、最强大、最全功能?定义最佳。 标签: java html jsp struts 【解决方案1】: 我会使用Apache Commons HttpClient 【讨论】: 【解决方案2】: 我会使用URLConnection。 【讨论】: