Exportable src value for file upload parameter in form-data

Hello,

there is one thing which would make our life much easier: Currently when you want to provide path to the file to be uploaded via parameters, you need to:

  1. Export the collection
  2. Manually edit the JSON to configure src parameter for the file type input
  3. Run hapilly with newman

This is based on this blogpost and apparently the manual step is necessary at this point.

It would be really great if the src value for file input could be configured via Postman to a path or variable reference, so that the exported collections could be run by newman out of the box, without the need for manual edit.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.