I am designing a university website that is supposed to have faculty's resume in it but in order to make it easy for them to update their CV I want to ask them to have it as a txt file in their own webdirectory. The goal is to write a code in php so that it goes and downloads their accessible txt file, save it into the server and after several other steps shows it as html.
My major problem is how to download a file from the web and save it into the server by php so that I can open and read it. I would really appreciate any ideas that you professionals might have.