This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I was just wondering what exactly happens when you click the browse button of input type=file?? i mean what event gets called. is it possible to call this browse buttons click from some other elements onClick??
because the requirement is to implement the browse functionality without the browse button and the text box being displayed.
So please help out in explaining what happens when you click on the browse button and can it be trapped?
Life called,so here I am.<br />Cheers<br />Niki.:-)
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35239
7
posted
0
The file selection dialog is part of the file input type; it can not be separated from it. What good is selecting a file if you have no way of storing which file has been selected?