How to create the File Upload Field in Json Forms Angular

Can any one tell how to configure File upload Filed in JsonForms in Angular

[original thread by Fioyesuraj]

Hi! We don’t offer a file upload renderer out of the box so you will have to write a custom renderer.

[Fioyesuraj]

how to write the custom renderer for fiel upload … i could not get properly … can you give some idea of that

Here you can find a step by step manual for the React renderers. For Angular we don’t have such a detailed documentation, however the underlying principles are the same. You can find some example custom renderers in our Angular seed.