In this episode, we’ll explore how to enhance media management in your FastHTML app using advanced features of Cloudinary. You’ll learn how to apply image transformations, support video uploads, and implement tagging and search functionalities to manage your media effectively.
Tag Archives: upload
Displaying Cloudinary Images in FastHTML – ep.3
In this episode, we’ll learn how to dynamically retrieve and display images from Cloudinary in a FastHTML app. By the end of this tutorial, you’ll be able to create a simple image gallery that fetches images from your Cloudinary account and displays them on your webpage.
Uploading Images to Cloudinary with FastHTML – ep.2
In this episode, we’ll learn how to upload images to Cloudinary directly from a FastHTML app. We’ll build a simple image upload form, handle the form submission, and integrate Cloudinary’s Upload API to store the images.
Introduction to FastHTML and Cloudinary – ep.1
In this episode, we’ll introduce FastHTML and Cloudinary, set up the development environment, and create a basic project structure. By the end of this episode, you’ll have a simple FastHTML app running locally and be ready to integrate Cloudinary for media management.