Next.js file attachment
Hi, I'm trying to upload file using Next.js, but it doesn't work.
I have upladed a file, then I converted it to base64, and finally I have sent it to Xata using XataFile like this:
I have upladed a file, then I converted it to base64, and finally I have sent it to Xata using XataFile like this:
photos: [XataFile.fromBase64(photo-base64)]
