You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "whs (JIRA)" <ji...@apache.org> on 2010/11/16 09:43:14 UTC

[jira] Created: (HTTPCLIENT-1022) 1.1.7. Producing entity content

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: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] Resolved: (HTTPCLIENT-1022) 1.1.7. Producing entity content

Posted by "Oleg Kalnichevski (JIRA)" <ji...@apache.org>.
     [ 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: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org