Hi,
Thanks for the component.
We used the Chunk IT component in our application and performed the testing to upload the 1GB file.
Unfortunately did not work, due to the OutSystems upload widget only supports up to 250 MB file size.
does anyone have any idea to tackle this issue or other alternate solutions for the large file upload scenario?
Thanks,
Sandesh
Replace outsystems widget with HTML5 file upload.
I have tried implementing the html5 upload using a html widget and setting its tag to input and type to file. yet i am unable to pass through the binary data to this element. do you perhaps know how i could achieve this?
Thanks in advance,
Jan
I have same issue using the Chunk IT component in our application and testing to upload the 1GB file. Could you please help.