How works images storage ? #4130
-
Hello, I'm creating some automation about organizations dans I'm trying to set a logo on organizations. How can I send images from an automation ? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
cynthia-sg
Nov 5, 2024
Replies: 1 comment 5 replies
-
In the database. You can find some more details about how they are managed in the img package. You could automate it this way:
We use a form of content-addressable storage for images, which allows us to cache them aggressively (to avoid hitting the database). |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can try this: