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:
photos: [XataFile.fromBase64(photo-base64)]
Screenshot_374.png
Screenshot_375.png
Was this page helpful?