Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uppy image uploading #1022

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Uppy image uploading #1022

wants to merge 5 commits into from

Conversation

allisonking
Copy link
Contributor

Issue(s) Resolved

Closes #983

High-level Explanation of PR

Test Plan

Screenshots (if applicable)

Notes

Comment on lines 64 to 74
{/* TODO: figure out how to do signed uploads here */}
{/* <FileUpload
upload={(filename) => {
console.log({ filename });
// TODO: how best to get signed upload here?
return Promise.resolve("test");
}}
onUpdateFiles={(event) => {
console.log({ event });
}}
/> */}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tefkah do you have any recommendations for how to let the editor get a signed url? I think maybe the parent component could pass a function in? or should the editor generate it? ideally it would work both in storybook and in the app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upload image at cursor using Uppy
1 participant