Displaying $_FILES data (simlar to $_POST)

In order to show $_FILES or $_POST, you will need to create a sumbenu_page under the post_type. Then, you will be able to manipulate $_FILES and $_POST in whichever way you want.

This means that upload_screen() function should be a submenu page.