Hello Alexandre
You can prevent the upload of files above a given size by using the maxRequestLength property in the httpRuntime element in the eSpace web.config (https://msdn.microsoft.com/en-us/library/e1f13641(VS.80).aspx). This will apply to all Upload File widgets in the eSpace. You can use the Service Center Factory Configuration component to create the custom rule and apply it to one or more eSpaces.
As for the other question, I believe that there is no way to restrict upload of files that are not of a given type/extension - that validation must be made server-side, after the file has been uploaded.
Hi all..i want to asked i tried to used this function BinaryDataSize(SelectFilename1.Content) in outsystems P9 but it deprecated and i cant use that function.
can somebody help for read size when upload file?
thank u