I'm looking for a bit of code that will find out if a text file exists on a local users machine and if it does uploads it to the server.
I was originally trying to figure out how to get the $_FILES['File']['tmp_name'] from a string that is the location to the file (the same location on every users machine) but came up empty...
Any ideas? Is there a better way to handle this?