Full path from file input using jQuery

Viewed 136155

When I call val() on an input with type="file" I only get file name rather than full path. How can I get full path?

2 Answers
Related