I have a form that uploads files, i need to get client side path to file?
server path i could get from php array $_FILES
$_FILES[\"UploadFileName\"][\"tm
You can't. That's a security matter and the browsers will not provide that to you.
How to get client side path to file stored on a client computer?
It is not allowed for security reasons.If this were possible, an attacker could gain information regarding how files/folders were structured on a client computer. Any fully trusted code on users' machine can do that. So your goal is to convince user to install something that will provide you with the information.
For Windows (all require installation of some sort):