I have a HTML formwith a file upload button. I want the user to be able to select an image and submit the form, then the server should upload the file to imgur using PHP and retrieve the direct link of that image (meaning the URL should end with the .jpg or .png, etc.) I have a HTML formwith a file upload button. I