views:

246

answers:

2

Hi, I want to upload a file using HTTPClient jar. Where i can mention the target path in the destination server to which the file should be uploade.

In HTTPClient 3.1 the target path can be mentioned in MultiPartPost constructor method but in HTTPCLient 4 this class is removed.

Thanks SHyam

A: 

Does the multipart POST sample ClientMultipartFormPost.java help ?

Pascal Thivent
A: 

Hi, Thanks for the response. The code example tells hpw to upload the file. But i need to know how to mention the target file path in the destination server.

Thanks Shyam

shyam sundar