DEV Community

Discussion on: How To Upload Multiple files to Cloudinary in Nodejs using Promise.all

Collapse
 
boyepanthera profile image
Olanrewaju A. Olaboye

Thanks, @khauri you are very right. But there are few ways to handle that load issue. One is to make the response event-based using socket rather than HTTP req/res circle. And I agree with you there are times when you just give the frontend the keys and a chance to use the React/Vue SDK and they only send a reference to the upload secure_url and public key to the server which I believe was your go-to way.