hi ppl,
In firefox 3.0, I couldn't get the file path from a HTML input file
field using javascript.
If i browse and select a file and use javascript to retrieve the full
file path using document.getElementById('id').value, I'm just getting
the file name
for ex: sample.txt
but in earlier versions of firefox we get this as "c:\sample.txt"
I very well know that, getting the full file path is not necessary,
but for my purpose it is.
Pls Do anyone solve this problem....!
Thanking You,
Vijay