1480
Views
2
Comments
Solved
File Upload: How To Get the File Size
Question

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.


2018-05-16 11-16-36
João Heleno
 
MVP
Solution

Hi Michael 

Use BinaryData API and the BinaryDataSize action. 

https://success.outsystems.com/Documentation/10/Reference/OutSystems_APIs/BinaryData_API

2023-03-16 18-12-52
Michael Chu

João Heleno wrote:

Hi Michael 

Use BinaryData API and the BinaryDataSize action. 

https://success.outsystems.com/Documentation/10/Reference/OutSystems_APIs/BinaryData_API

Thank you Heleno.


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.