Fileinput multiple files

Hi!

Is there any update if FileInput will having multiple files at once just like Upload Component.

on Upload component it is possible to get byte value like in fileinput?

Thank you!

We don't plan to support multiple files in RadzenFileInput as it has a single Value property which is of string type. Use RadzenUpload instead.

Okay Thank you so much sir

Is there reason why?

The FileInput component should be used for relatively small files like images that can be submitted directly to a database field. For more complex scenarios including multiple selection you can use FileUpload component.