Filepicker upload file bigger than 5Mb,catch uncaughtPromiseRejection

i use filepicker widget to upload file,the main property as following:
Data Format set as “Base64” and Max file size set as “50”

and the api post body set as “FORM_URLENCODED”

But when i upload file bigger than 5Mb, catch exception as following.

so the question is , how can i upload files bigger than 5Mb?

Hi! Whenever the file is larger than 5MB it is stored as a blob. Please try to increase the timeout in your API configuration and check if it works.