I'm not sure how much knowledge you're working with here, so we'll start with the basics: adding a file upload control (input type="file") to a page will add a file to a POST request, but that's not enough. You need to run code to move the file to the desired location.