How to upload images to S3 and send back presigned URL instead? #2938
Unanswered
trancethehuman
asked this question in
Q&A
Replies: 3 comments 6 replies
-
Any async operation should be handled in a React component. |
Beta Was this translation helpful? Give feedback.
5 replies
-
found exact solution yet? i have the same problem with my text to image api |
Beta Was this translation helpful? Give feedback.
0 replies
-
Was able to do this but struggle with replicating Plate Cloud's ability to insert a placeholder while the image is uploading. Wondering if @12joan has any pointers? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to wrap my head around how to capture the image when dropping it into the editor in order to upload it to S3 first before sending a pre-signed URL back for display?
Something similar to this: https://github.com/editor-js/image
Beta Was this translation helpful? Give feedback.
All reactions