Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting the full path from a html form input

Status
Not open for further replies.

Nutthick

MIS
Joined
Jan 14, 2004
Messages
126
Location
GB
I have a form to allow the user to get a file path, using
Code:
<input name="myTrack" type="file" class="Upload" id="myTrack" size="75" />
Nothing special there. However, I need my javascript to be able to read the full path of the file, not just the filename that myTrack.value returns. Is there any way to do this?

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top