sahil-1912
(Sahil 1912)
September 11, 2024, 12:07pm
1
Hi, i am trying to upload images from react to vercel blob storage and use it in node js server, as payload limit i tried blob client but not sure how it should be used with react and nodejs. I am doing simple process in backend that is to convert incoming image into tiff file.
pawlean
(Pauline P. Narvas)
September 13, 2024, 1:56am
2
Hi, @sahil-1912 ! Welcome to the Community!
I wasn’t sure of your question, could you clarify? What are you trying to build?
For now, I’ll leave some relevant links that might be helpful:
pawlean
(Pauline P. Narvas)
November 12, 2024, 6:27pm
4
Hey, @sahil-1912 ! Did you manage to figure this out in the end?
As a Vercel Blob user, I thought it was worth highlighting some upcoming changes. Check it out - would love your feedback!
Hi there. I am Vincent from Vercel. I work on everything related to Vercel Blob together with Luis .
tl;dr; We propose to change the way put/upload are working in a new version of @vercel/blob
How it works today
Vercel Blob is an object storage service, you upload a file and then get a URL so you can use it on your website and applications.
Vercel Blob has been in beta for 1.5 years, and we’re preparing it for prime time. As part of this effort, based on your feedback, we’d like to (maybe) cha…