I want to upload an image to the root directory of the server. Then I want to use the image URL like this:
<img src="http://example.com/image/name.jpg">.
What I want is if someone clicks on the HTML file i want them to see the image. How can I do this?