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

# Upload image

> Provide one or more image files as a graph input.

The Upload Image node lets the user upload one or more image files. In Studio you upload images directly; in App mode it becomes a file upload field.

## When to use

* Uploading product photos
* Providing reference images
* Batch image processing

Common patterns: `upload_image → remove_background`, `upload_image → upscale_image`, `upload_image → generate_image` (as a reference).

## Outputs

<ParamField body="Image" type="image">
  The uploaded image.
</ParamField>

## Configuration

<ParamField body="label" type="string" default="Upload Image">
  The label shown for this input, including as the field label in App mode.
</ParamField>

<Note>
  Uploads default to a maximum of 10 files and accept `jpg`, `png`, `webp`, `svg`, and `gif`.
</Note>
