New Feature: Image Uploads #37
steven-tey
announced in
Announcements
Replies: 3 comments
-
I must be doing something wrong. As soon as I add the second image to the editor, my database stops responding in production. I looked at the json and figured out that the image had many characters after the bas64. Here is a shorten version:
It might be too long for it to handle the request. Is there any way to change the upload API to use something else like Cloudinary and to just use URLs? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Novel just got a major upgrade: image uploads 📸
You can now drag and drop / paste images and they'll automatically be uploaded to the cloud.
Novel.Image.Uploads.mp4
Image uploads & storage powered by @vercel blob ▲
This works as a v1 of our image uploader, but the UX can be improved.
The ideal UX:
I wrote about it here: #36
P.S.: Vercel Blob is still in private beta, so I made the
BLOB_READ_WRITE_TOKEN
optional – without it the images will be read & stored locally.Beta Was this translation helpful? Give feedback.
All reactions