This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
fatklass55761
What should I do if I want to know which user uploaded the photo? Need to add a custom column to the system_files table? Or deleted_at in the system_files table?
mjauvin
You'd need to build a model that includes a relation to a user along with an attach file relation.
And use that model instead of the original attach file relation.
1-2 of 2