Add support for adding multiple media from base64 encoded strings #3124
Unanswered
alphaolomi
asked this question in
Ideas
Replies: 1 comment
-
Hi, feel free to make a PR for review |
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
-
Currently, the
InteractsWithMedia
trait only supports adding a single media file from a base64 encoded string. However, it would be convenient/useful to have the ability to add multiple media files from base64 encoded strings in a single call. Mostly for projects that extensively utilize base64 file uploads.Proposing adding
addMultipleMediaFromBase64
Usage example 1:
Proposed function signature
Open to ideas 💡
Beta Was this translation helpful? Give feedback.
All reactions