> ## Documentation Index
> Fetch the complete documentation index at: https://dev.ownright.com/llms.txt
> Use this file to discover all available pages before exploring further.

# StagedFileUploadInput

> Input to create a staged file upload.

## Fields

<ParamField path="filename" type="String!" required>
  The name of the file that is being uploaded.
</ParamField>

<ParamField path="mimeType" type="FileMimeType!" required>
  The MIME type of the file that is being uploaded.
</ParamField>

## Used by

* [`stagedFileUploadCreate`](/lender-api/reference/mutations/files/staged-file-upload-create) (mutation)
