Relative Content

Tag Archive for pythonjqueryajaxfastapi

How do I show a backend image in the frontend? [duplicate]

This question already has an answer here: How to display uploaded image in HTML page using FastAPI & Jinja2? (1 answer) Closed last month. I have created two end points in my fastapi code. One(‘/uploadlink/’) takes link as an argument and downloads the image (web scraping) and the other(‘/image_folder/image.png/’) returns the downloaded image. I have […]