1.1.7. Producing entity content
-------------------------------

                 Key: HTTPCLIENT-1022
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1022
             Project: HttpComponents HttpClient
          Issue Type: Wish
            Reporter: whs


" 1.1.7. Producing entity content
 File file = new File("somefile.txt");
FileEntity entity = new FileEntity(file, "text/plain; charset=\"UTF-8\"");

HttpPost httppost = new HttpPost("http://localhost/action.do";);
httppost.setEntity(entity);

"
want to know why to use the file  and what style context in  the file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to