Hello,I use this component, and now I have trouble with it.I have 2 blocks of this component on a screen, and now I can upload files with the allowed extensions of the second block. For example:Block 1 - extensions allowed: "csv,doc,docx,jpeg,jpg,msg,png,pdf,tif,tiff,txt,xls,xlsx,xlsm" Block 2 - extensions allowed: "pdf"If I upload a .docx document on block A, I will receive "Invalid file. Supported extensions: pdf " because the component stores the allowed extensions in a local variable.Is there any way to solve this?Best Regards, Carlos Costa
Hello @Carlos Costa ,
I've uploaded a new 3.2.0 version of the component, now supporting more than one Block per page.
Please test this new version on your scenario.
Thank you.
Hello @Alfaro It works.Thank you so much
Hello Carlos,
you can use below component, if its suits to your use case.
https://www.outsystems.com/forge/component-overview/19665/file-inspector-o11
Component demo is also there for reference.
Thanks.