Is there a way to pass a binary file without using Newman script and via Postman Collection?

Hi, I have a 2-step process that passes metadata via POST and 2nd step is upload file - I can easily do the first by creating a CSV file and passing the metadata info in Step 1, but is it possible to pass a ā€œfilenameā€ to a file (Step 2) on local drive and attach as binary file without doing it via Newman script?