Help us help you!
If you’re stuck on a problem, please include screenshots or a short video showing:
- What you’re trying to achieve
- How things are set up
- The steps to reproduce the issue
- What you’ve already tried
- Where exactly you’re getting stuck
The more context you provide, the easier it is for the community to understand your use case, and hopefully get you the answers you need faster!
Delete the text above and type your answer in this box
Hi,
I found code here to copy/paste image clipboard.
I logged what i got, it looks ok ?
Then, in custom JS, I tried to send it to Xano endpoint
const response = await fetch(“***/upload_image”, {
method: “POST”,
body: formData
});
return formData;
I can see call in Xano :
But now (I tried many ways..), I’m unable to store this image in Xano…
Can you help me ?