Kunal Mehta wrote:I am not satisfied your Answeres So... Can you please tell more about it....
Dunno if it'll satisfy you more, but to sum up; you cannot use a normal textbox and a link button to upload a file to the server. You need to use an <input type="file" /> element. And, like Kris pointed out, the text on the browse button is rendered by the the browser, and because of that it will look slightly different in different browsers on different operating systems. You can, however, style it to some extent using the method provided in the link in my previous post. For instance change the text on the browse button.
--
Tarjei