I\'m trying to visualize form data in Chrome Debugger. Data are sent through a from which loads a file and sends some text. Something like this one:
Just looking at the Headers tab in the Network tab in chrome dev tools shows me the entered data (Chrome Version 73):
Keep in mind that in order for requests to show up in the Network tab you have to open the chrome devtools before the request happens.