Can I add a CRUD field to upload images without having a corresponding database column? #892
Replies: 2 comments
-
Hello @cvassios-eibach Sure, you can, you have at least two ways to do it:
When you make this, you need to handle where and how will save the data overriding the CREATE and UPDATE operations + handle in your custom field to get the data by JSON or any other source. It will be a little tricky because we need to customize the process, but it is possible. Cheers. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Due to no activity, I will close the issue, but please feel free to re-open or create a new one. Cheers. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I want to add a way to upload images to storage, but not have them tied into the database. Is it possible to add a upload field to the create/update operation without a corresponding database column? If so, how?
Beta Was this translation helpful? Give feedback.
All reactions