File upload save to custom relationship #11724
Unanswered
glenelkinsdev
asked this question in
Help
Replies: 1 comment
-
I had the same question and answer is to using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
Panel builder
Package Version
3
How can we help you?
I am using the file upload component in a form but i have a model File (files table) which i need to setup as a relationship to other model (the model the form is attached to)
There isn't any documentation showing that i can intercept the saving of the uploaded files once the form is submitted. I need to intercept as the files need to be stored in the files table with an entity relationship and not just saving the filename in the main model.
How can i do this?
Beta Was this translation helpful? Give feedback.
All reactions