Add External Media #3835
Unanswered
kylef-fotf
asked this question in
Ideas
Replies: 0 comments
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.
-
Is it possible to attach media to a model that is hosted on another platform?
For example, a model implements HasMedia, and sometimes you need to upload new media to an entry, but other times you are just linking media from another source/domain to the entry. Note that I'm not talking about uploading to S3 in this case, but imagine you want to associate https://someotherwebsite.example/files/coolvideo.mp4 with your entry.
One solution is to just add a new nullable column called "external_media" that stores a URI to the media. The major downsides are
Is there a native way to do this with this package? If not, has anyone been in this situation before?
Beta Was this translation helpful? Give feedback.
All reactions