On Fri, 2013-09-06 at 16:24 +0530, Michael m wrote: > Hi, > > I am using the string entity and post data to send large xml file as string > to server and this is taking a long time. How can I reduce the time to post > large files? > > Regards. > Mike
Use file based entity (FileEntity) or develop a custom HttpEntity implementation that can stream content out directly to the specified output stream. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
