Path of which file? The local file? Or client file?
There's no way to get the path on the client in a reliable cross-browser way: what is sent depends on the browser. Some send only the filename (correct behavior), some send the entire path (security exposure).
David Newton wrote:Path of which file? The local file? Or client file?
There's no way to get the path on the client in a reliable cross-browser way: what is sent depends on the browser. Some send only the filename (correct behavior), some send the entire path (security exposure).
Oh.ok.I wanted the path of client file. I know how to get the file path of the local file. Thanks:)