I have written
<input type="file">
which results in one small text box along with browse button if i want to apply my custom CSS for this button then how do i do that?
Is there any plug-in to upload file from client to server where for button i can apply my own CSS?
Most browsers don’t give you very much control over the styling of inputs of
type="file", and even if they did, you wouldn’t get a very consistent appearance as the control is rendered differently by different browsers: in Chrome, for instance, there’s no input field.If you want to control appearances, consider a tool such as uploadify