I have a MVC4 web application, I have to support (which I did not write).
When I upload a text file and submit, then check the "Network" tab in Chrome I see "Request Payload" as:
{"filePath":"C:\\TempFiles\\MyData.txt","fileName":"MyData.txt"}
I don't want to see "Request Payload" in raw JSON format, want it in encoded format.
Please help.