On 24 May 2012 16:52, venkatakurathi <[email protected]> wrote:
> does uploading a normal file (like .doc/.txt/.pdf.....) and xml differs in
> jmeter?

No difference; JMeter does not care what the file type is.

> i have given the path to file in-- send files with request and type in both
> cases.but only successful in uploading normal files,failed to upload xml
> files..cn some one explain why it happens?

Wrong file name?

> in my application when u upload a xml file the backend activities are
> 1)xml is traversed and db will be created
> 2)xml is placed in a location.
>  when i debug it with fiddler i came to know response is coming same in both
> cases(fiddler & jmeter)...but when i check at the backend i am not finding
> the xml placed at my destination location.
>
> in fiddler i am finding the content of xml in parameters list
> but in jmeter ,request shows ...
> Content-Disposition: form-data; name="selectedFiles";
> filename="xxxx_Data.xml"
> Content-Type: text/xml
> Content-Transfer-Encoding: binary
>
> <actual file content, not shown here>
> -----------------------------7d159c1302d0y0--
>
> is it being really uploaded?

Yes.

> how to see the file content here to confirm whether its uploaded?

JMeter does not include the file contents in the request panel, so you
will have to read the file.

> any help in this will be really appreaciated & helps me a lot to move
> further...
>
> -----
> Venkat Akurathi
> 91-9703186688
> --
> View this message in context: 
> http://jmeter.512774.n5.nabble.com/why-upload-of-xml-is-creating-issues-when-compared-to-normal-file-upload-tp5713319.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]

Reply via email to