Modify fileuploadapi and sys_file table

Hi All,

is there a way to modify fileuploadapi and modifying underlying its sys_table so I can add one column , in this case file_description (char) ?,Can I just simply extend fileuploadapi to fulfil this purpose ?

Hi Arifian,

You can extend the FileDescriptor in your project or better create your own entity with the link to FileDescriptor and add the new field there.