File uploading: the file path became missing when I close the request tab

I’m uploading files through PUT request and put my file as a Binary into the Body request:

The problem is that the file path became missing once I close the request tab and I try to run through Runner, so this makes it impossible to run it through Runner.

Here’s the screencast of what I mean: Monosnap

Is there a way to save the file path inside the request body?

Thanks in advance for any suggestions!

@Konstantin.V File paths are not stored in the Postman Environment.
Thus, you won’t be able to use the file in the collection runner nor save them.

This issue aims to solve the issue related to file paths being stored in the app:

You can subscribe to the same for future updates.

Thanks for your reply! Will track then: https://github.com/postmanlabs/postman-app-support/issues/4320