Source File Location
When using a file select input on a form to upload files, is there any way to get the location of the local file in the code? I know you can get the file name, but I want the location.
For instance, say I'm uploading the file "C:\Temp\something.txt"
I know which variable stores "something.txt", but is there some variable that stores the "C:\Temp\" part?
For instance, say I'm uploading the file "C:\Temp\something.txt"
I know which variable stores "something.txt", but is there some variable that stores the "C:\Temp\" part?
