File upload from standalone client
Is is applicable to use Apache FileUpload lib to to upload files to Glassfish v2 server using standal开发者_如何学Pythonone client? If yes, what are the differences for this purpose?
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.
精彩评论