> For the complete documentation index, see [llms.txt](https://docs.fieldmotion.com/fieldmotion-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fieldmotion.com/fieldmotion-api-docs/file/_getmaxuploadsize.md).

# \_getMaxUploadSize

Gets the value for the maximum size of a File that can be uploaded (which is currently 12MB).

### Example:

```
FM_api('File_getMaxUploadSize');
```

### Result:

```
{"ok":1,"max_upload_size":12582912}
```
