[
https://issues.apache.org/jira/browse/HTTPCLIENT-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski resolved HTTPCLIENT-1022.
-------------------------------------------
Resolution: Not A Problem
Please post all your HttpClient related questions to the HttpClient user list
http://hc.apache.org/mail.html
Oleg
> 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
> Original Estimate: 5h
> Remaining Estimate: 5h
>
> " 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]