Extension for saving images in TinyWebDB

Does anyone know any extensions for saving images on TinyWebDB?

You can only save data values to the tinywebdb. You can convert an image to a base64 string and save that , but the string will be 30% bigger in file size terms than the image, so resizing might be necessary for speed and efficiency.

Is it possible maybe to save images on CloudDB or other storage devices?

Yes, you can save images to cloudDB, Google drive or firebase storage, or any other online provider, e.g. cloudinary.

Thanks

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.