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

# File Upload

## Display Helm Chart Values

```bash theme={null}
helm show values dify/dify
```

This is an example of the file upload configuration in the Helm chart values.

```yaml theme={null}
api:
  limits:
    # upload file size limit in MB
    uploadFileSize: 15
    # upload file batch count limit
    uploadFileBatchCount: 5
    # upload image file size limit in MB
    uploadImageFileSize: 5
  ... ...
```
