I have a form to allow the user to get a file path, using
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
Code:
<input name="myTrack" type="file" class="Upload" id="myTrack" size="75" />
Thanks