I have written following code which generates a browse and upload button.i want to change the default style of browse button.explain me how to do that.
<input id="formButton" type="file" name="csv" size="40" value="" />
<input type="submit" name="upload_bulk_trainees" value="Upload" />
Styling of
type="file"fields is extremely limited. Some browsers allow more customization than others – but the general rule is that you better don’t expect any styling to apply for those fields.