FileInput - File Details

How do I get the file details (name, type, size, etc) after a file has been selected?
Thanks,
Mike

Hi @milambert,

At the moment FileInput provides only base64 serialized file content as argument of the Change event. Are you looking for Upload component where such info is available in Progress event arguments?