maxFileSize property

int maxFileSize
getter/setter pair

Maximum file size for uploads (in bytes) Default: 100MB for free tier

Implementation

static int maxFileSize = 100 * 1024 * 1024;