UfoX1
CDCloudflare Developers
•Created by UfoX1 on 1/23/2025 in #workers-help
Images on CF
I want to store images on the server, and im using cloudflare workers with Hono.js.
I can use their R2 Storage because it required credit card and unfortunately i don't have one:(
also i cant use multer, as CF uses their own runtime (Workers runtime) so it does not support 'fs' module as of now...
also i tried using Cloudinary and im getting some weird errors like "https not supported yet".
So is there any way to store images in CF Workers?
obv except base64 string...
16 replies