Multiple file Upload in Angular

Hi Dear Team,

I am starting it using JSON FORMS. I am interested to know how to create multiple file upload option in a angular. ? Is there an example of that? Also how to attach a link to particular user input like a URL?

Thanks,

Sarin

Hi @SARIN,

This can be accomplished via a custom renderer. Custom renderers are no different than the off-the-shelf renderers, so if you need some code examples you can simply check how they are implemented.