RadzenUpload base64 size

good evening I'm using the radzenupload component, when I try to load a large file as base 64 string it will be truncated. How can I increase upload file size?

RadzenUpload is using binary not base64 string, RadzenFileInput is using base64 string. Check our demos for more info.