> ## Content Index
> Fetch the complete content index at: https://getpublii.com/dev/llms.txt
> Use this file to discover other available public pages before exploring further.

# Image upload

- URL: https://getpublii.com/dev/image-upload/
- Published: 2019-03-23T13:58:04.651Z
- Updated: 2025-01-19T09:23:49.753Z
- Description: You can use the image upload field when you want to allow your users to upload some additional images. That field uses the simplest possible…
- Author: Tomasz Dziuda
- Tags: Fields, Theme Settings API

You can use the image upload field when you want to allow your users to upload some additional images.

That field uses the simplest possible syntax:

```json
{
    "name": "logo",
    "label": "Website logo",
    "value": "",
    "type": "upload"
}
```

![Image uploader HTML](https://getpublii.com/dev/media/posts/114/image-uploader-2.svg)

If you want to allow users to upload images using a smaller UI, please consider the use of the [small image upload field](#INTERNAL_LINK#/post/115).
