What is the best way to transfer an http file from client to server in Java 1.5?
I would use Apache Commons HttpClient
I would use URLConnection .