So far I wrote a script so that I can browse for a file and see the printed name of the file. Here is the script:
You need to change the settings of your browser and then you can access the relative path of your file.
Chrome you will get real path using this.files[0].webkitRelativePath FirFox you will get using this.files[0].mozFullPath
Chrome you will get real path using this.files[0].webkitRelativePath
FirFox you will get using this.files[0].mozFullPath