On 10/12/2008, wenqatesh <[email protected]> wrote: > > HI Team, > i am trying to add manually a http request which contains POST Data. > there is also a file that need to be submitted. > i have a few questions on this > > > 1.should i give the path seperately under the SEND FILES WITH THE REQUEST > column? or under the parameter itself? >
Only files listed under "Send files with the request" are sent. > 2.if so hw should the path be described? > Ex:c:documents and settings\flower.jpg No, that should be: c:\documents and settings\flower.jpg or c:/documents and settings/flower.jpg > 3.is there anything i need to handle for the spaces in the path No. > 4.Is single slash enough or have to put four slashes altogethere like > c:\\\\documents and settings\\\\flower.jpg No, a single back-slash - or forward slash - will do. > please flood in your suggestions. I suggest you try it out and see what happens. > Thanks in advance. > > > > > > ----- > > Thanks, > Venkadesh=) > > -- > View this message in context: > http://www.nabble.com/Problem-in-Uploading-files-from-local-hard-drive-tp20933292p20933292.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]

