Hi all, I would like to request your thoughts/suggestions for the following problem. Did anyone encounter a similar issue when sending a large file in POST request?If so, was there any workaround that was useful? Thanks in anticipation, Prachi
> Date: Sat, 11 Aug 2012 07:40:07 -0700 > From: [email protected] > To: [email protected] > Subject: RE: File size limit in a HTTP POST request > > > > I am using JMeter version 2.6.r1237317. I tried both Java and HTTPClient 4 > implementations. Had same results and noticed the limit to be 100MB. > Thanks in advance for the help, > Radha > Date: Sat, 11 Aug 2012 02:57:08 -0700 > From: [email protected] > To: [email protected] > Subject: Re: File size limit in a HTTP POST request > > > > On 11 August 2012 07:34, P <[hidden email]> wrote: > > > Hi, > > > > > > I am trying to upload a file ~250MB in a POST request using HTTP Sampler. > > > However I see that JMeter is not able to send any file >100MB. In my test > > > case with ~250MB file, I see that JMeter hangs after a while, and never > > > closes the connection. > > > Has anyone encountered a similar behavior? It seems that there is a limit of > > > 100MB file size for file uploads/post requests. Is there a workaround that > > > anyone can recommend? > > > JMeter does not impose an upload limit, however the HTTP > > implementation may do so if it buffers the file contents. > > > Which version of JMeter? > > Which HTTP sampler implementation? > > > > I appreciate the help! > > > > > > Thanks! > > > > > > -Radha > > > > > > > > > > > > -- > > > View this message in context: > > http://jmeter.512774.n5.nabble.com/File-size-limit-in-a-HTTP-POST-request-tp5714303.html > > Sent from the JMeter - User mailing list archive at Nabble.com. > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [hidden email] > > > For additional commands, e-mail: [hidden email] > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [hidden email] > > For additional commands, e-mail: [hidden email] > > > > > > > > > > > > > > If you reply to this email, your message will be added to the > discussion below: > > http://jmeter.512774.n5.nabble.com/File-size-limit-in-a-HTTP-POST-request-tp5714303p5714304.html > > > To start a new topic under JMeter - User, email > [email protected] > > To unsubscribe from JMeter - User, click here. > > NAML > > > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/File-size-limit-in-a-HTTP-POST-request-tp5714303p5714315.html > Sent from the JMeter - User mailing list archive at Nabble.com.
