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.