What is the best method for http transferring a file from client to server in Java 1.5?

What is the best way to transfer an http file from client to server in Java 1.5?

+3
source share
2 answers
+9
source

I would use URLConnection .

0
source

All Articles