![]() |
Get full path
Hello Friends,
Once again i do have a question :-/ I want entire path from input type=file through javascript what to do? If anyone know than please let me know :-) Thanks in advance |
Next time, a question like this would be better suited in the javascript forum. And can you clarify what you're trying to do, because I'm not really understanding your question.
|
I don't know what relevance the full path of the file on the user's computer has to your web application (I'm assuming that's what you are trying to do) but you can get the filename component like this, where "file" is the id of your input field:
document.getElementById('file').value I would suspect you cannot get the full path for security reasons. |
Quote:
Though to answer the question, I doubt its possible. A fast Google search should answer your question. |
Quote:
|
| All times are GMT. The time now is 07:13 PM. |
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0