What is the Best method to http transfer a file from the client to a server, in Java 1.5?
From stackoverflow
-
I'd use Apache Commons HttpClient
yclian : HttpClient ftw. -
I'd use URLConnection.
0 comments:
Post a Comment