As I found in some topics , I found how to get image from clipboard.
My frontend is in Weweb, if I add log in my JS code I got this:
To send my image to Xano I make this:
const response = await fetch(“***/upload_image”, {
method: “POST”,
body: formData
});
In Xano, i got this log:
But now (I tried many ways..), I’m unable to store this image in Xano…
Can you help me ?