开发者

File upload from standalone client

开发者 https://www.devze.com 2023-01-03 06:38 出处:网络
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 HttpC

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消