I am currently using local web server(using XAMPP).
I am selecting file using input type=file. I want to get the filepath, like if test.txt is on desktop, I should get the path i.e. C:\Users\Admin\Desktop\test.txt.
Is it possible? How? Basically, what I want is client-side path not a server-side .tmp file path.