As someone who is new to HTML, I have a question about updating images on my website through an "admin" page. Currently, I have two websites set up - the main site displays an image from the "images" folder, and the second site serves as an admin page. My goal is to create a way for users to easily change the picture on the main site without having to access the "images" folder directly. I envision adding an upload button on the admin page that will replace the existing image.jpeg with a new one. How can I go about implementing this feature?