On Sun, 2008-09-21 at 09:37 -0700, ANEESHCH wrote: > Hi, > When I tried using UnbufferedPost, I got the following error: >
... > ................................ > Then tried with a custom entity class, and set the flag isRepeatable to > true, I strated getting the following errror... Marking an entity as repeatable, when it is not, does not really help, does it? Make sure the entity is capable of recreating its content InputStream in order for it to be repeatable. See http://hc.apache.org/httpclient-3.x/xref/org/apache/commons/httpclient/methods/FileRequestEntity.html Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
