Say I have a HTML page that looks like this: 
That was created with this code:
<body>
<input type="file" name="uploadFile" id="uploadFile" />
</body>
Is there some way to make the textfield for the file path longer, so that I can read the entire path?
I’ve seen solutions such as this, but it seems waaay to advanced for my needs.
A
widthattribute stretches the field for me in Chrome and IE8.It doesn’t work in FF4, though.
JSFiddle: http://jsfiddle.net/GZAEc/