Is is applicable to use Apache FileUpload lib to to upload files to Glassfish v2 server using standalone client? If yes, what are the differences for this purpose?
Asked
Active
Viewed 636 times
1 Answers
0
I would use HttpClient. And with HttpClient 4.x, my understanding is that you'll have to use the HttpMime module for Multi-part POST. This previous answer provides a code sample.

Community
- 1
- 1

Pascal Thivent
- 562,542
- 136
- 1,062
- 1,124