Read file content in a txt file when uploaded in postman

Hi guys just want to know how can I read the file content that I uploaded as a txt file in Postman.

but instead of “file uploaded” I want to print the content inside the text file

I’ve tried multer to help me with the uploads but I’m still learning