SaRiD
Programmer
- Apr 19, 2003
- 45
Hi
When uploading a file using <input type="file"> it brings up a textbox and a browse button.
Once you have browsed your computer and found the file you are looking for it then enters the path into the textbox.
When the path is inserted into the textbox it shows the text at the start of the path. E.g. c:\folder\next...
if the full path was: c:\folder\next folder\thisfile.txt and the textbox wasn't wide enough the user could only see the start of the path.
The question is:
Is there a way to have it show the end of the file path? So just make it focus the textbox to the end instead of the beginning.
Make sense?
When uploading a file using <input type="file"> it brings up a textbox and a browse button.
Once you have browsed your computer and found the file you are looking for it then enters the path into the textbox.
When the path is inserted into the textbox it shows the text at the start of the path. E.g. c:\folder\next...
if the full path was: c:\folder\next folder\thisfile.txt and the textbox wasn't wide enough the user could only see the start of the path.
The question is:
Is there a way to have it show the end of the file path? So just make it focus the textbox to the end instead of the beginning.
Make sense?