Is it possible, in a form, to cross the input text field and the browser button, whatever the browser !
<input id="fileuploadID" type="file" name="fileuploadID" />
This gives a text field following by the select file button.
Is it possible, in a form, to cross the input text field and the browser button, whatever the browser !
<input id="fileuploadID" type="file" name="fileuploadID" />
This gives a text field following by the select file button.
Nope.
It does't make sense either, as the web site is not supposed to get the path of the selected file, and the user isn't supposed to be able to change it freely.
There are various approaches to re-styling the input element using CSS, but none will give a file upload text field functionality.