Accepts a file submission from a browser as a build parameter. The uploaded file will be placed at the specified location in the workspace, which your build can then access and use.

This is useful for many situations, such as:

  1. Letting people run tests on the artifacts they built.
  2. Automating the upload/release/deployment process by allowing the user to place the file.
  3. Perform data processing by uploading a dataset.