Where are files added via the 'Add File' tool stored?
Files are stored in a dedicated system table called XPODA_FILES. They are not stored directly in your main table as binary content, but referenced via the UserTableID field. ProjectID and FormTypeID correspond to your table’s properties, while TableID maps to UserTableID.