Per the title, is there a way for me to allow all file types to be uploaded, without having to type each and every one of the file types into the input ( or in my case into the site property ). I tried changing the SupportedExtensions variable to "*" but that didn't work.
Hi Rizki,
The component does not support "*", but you can use "" as the SupportedExtensions property, then it accepts everything.
Kind regards,
Daniel
entering "" for the supportedextensions work. Cheers!