You will set or change the path in the http sampler in your test plan that actually sends the result to the server.
The actual jmeter test is not going to be browsing or navigating through your open file dialog box.. it's simply going to be submitting the result (probably a form) back to the server. If you are having problems with the recorder, you can also just use a packet sniffer to trace what actual http is sent back to the server so you can mimic that in your samplers. -----Original Message----- From: Krishnakanth [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2008 3:30 PM To: [email protected] Subject: Re: JSP Processing Error, while clicking on Upload button. Well.thanks Sebb. Even I thought the same, as it seems to be corrupting the path. But, how do i debug or change the path. I have not worked on JMeter earlier. And the error is coming when I click on upload button, and not after selecting the file to be uploaded. So, probably this isnt an issue with file. Are there any log files for Jmeter, which I can see to find where is the error coming. Thanks again. sebb-2-2 wrote: > > On 02/12/2008, Krishnakanth <[EMAIL PROTECTED]> wrote: >> >> I have a scenario where in, i need to navigate to a particular page and >> click >> "Upload file." This opens a popup where i need to browse and select the >> file >> to be uploaded. >> This scenario works fine when navigated manually. >> However when i record it using Jmeter, the popup window shows error >> saying >> "JSP Processing error". >> It happens only while recording with Jmeter. >> >> Is there any way I can debug the error message. This happens only when >> the >> button is clicked on the upload button. And I have observed that it >> comes >> for any link on that page. >> >> Any pointers would be of great help. > > Most likely the browser is not sending the full path to the file, so > JMeter cannot find it. > > Try using a different browser, or ensure that the file is in the > current JMeter directory when recording. You can change the path > later. > >> Thanks. >> KK >> >> -- >> View this message in context: >> http://www.nabble.com/JSP-Processing-Error%2C-while-clicking-on-Upload-b utton.-tp20788747p20788747.html >> Sent from the JMeter - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/JSP-Processing-Error%2C-while-clicking-on-Upload-b utton.-tp20788747p20793287.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

