FileInput component and PDF file

Hi guys,

I need to add a PDF file as an attachment to table row. FileInput component can be used with PDF input? In that case how must be used?

Project is Angular and .Net 3.1

Thanks

Hi Carlos,

FileInput component will read and submit the pdf as base64 encoded string and if the database field type is compatible you can use it.

Great! Thanks for your response.