views:

124

answers:

2

What is the Best method to http transfer a file from the client to a server, in Java 1.5?

+9  A: 

I'd use Apache Commons HttpClient

digitalsanctum
HttpClient ftw.
yclian
A: 

I'd use URLConnection.

erickson