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?