I have requirement to upload photos to server using php. Usually, the user selects the image to upload using html file input and we upload the file on submit. My requirement is to avoid the file selection step. As soon the user visits my web page, a file from C:\photo.jpg has to be uploaded to server. Is it possible using php?