hi
can any one tell me how can i get full path of selected file for uploading using javascript
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Anil KumarPosted May 15, 2012, 5:38 AM
var fullPath = location.pathname.substring( location.pathname.lastIndexOf('/')+1);