> ## 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.

# Small image upload

- URL: https://getpublii.com/dev/small-image-upload/
- Published: 2019-03-23T13:58:22.854Z
- Updated: 2025-01-18T21:10:20.300Z
- Description: When you want to allow your users to upload some additional images with use of the small image upload UI, you can use the small…
- Author: Tomasz Dziuda
- Tags: Fields, Theme Settings API

When you want to allow your users to upload some additional images with use of the small image upload UI, you can use the small image upload field.

That field uses the simplest possible syntax:

```json
{
    "name": "favicon",
    "label": "Website favicon",
    "note": "The ideal size of a favicon is 16x16 pixels.",
    "value": "",
    "type": "smallupload"
}
```

![Small file uploader](https://getpublii.com/dev/media/posts/115/small-file-uploader.svg)

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