_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}

Last updated