Implement AbstractFormFieldType for File type

Hi,
We use Generated Task Forms with our custom application. Need to add file form field to the task form and decided to add custom type to form fields in Modeler.

Found this post useful,

searched whole web but couldn’t find concrete implementation example for type FileFormFieldType

Camunda Custom Form Field Type - #7 by roman.smirnov

Can you show us a way? How should we implement that AbstractFormFieldType? Or we should use our own custom solution by uploading files to some custom location and using file path as form field?