i want to create an HTML page that allows users to input a URL of an image file and view the image using Ajax to fetch it. The image should be displayed on the webpage, and users should be able to click on the image to download it.
I tried but my code cannot display the image nor download the image