I have a simple HTML form that allows a user to select a file.
What's supposed to happen next is the function called loops through most the files in the source directory(based on file type) to input a bunch of production statistics into a local DB.
The only problem is I can't get the absolute path from for example the C:My Docs. I can get the temporary path that gets assigned to the one file but not the original.
So is there anyway in the page sending the file to get the path and send the string? Or get the absolute path in the function that the HTML form calls?
Thanks, bmckie