Hi Guys,
Need your help. I am using the built-in file upload in outsystems where it captures the ff: FileContent, FileName, And the Type.
Is there a way to get the File Size that the user is uploading? I cannot seem to get the value of the Content.
Hi Michael
Use BinaryData API and the BinaryDataSize action.
https://success.outsystems.com/Documentation/10/Reference/OutSystems_APIs/BinaryData_API
João Heleno wrote:
Thank you Heleno.