0

I have a question. I have a bootstrap input with type of file:

Html code:

input id="fileUpload" class="form-control" name="FileUpload" multiple="" type="file"  

However it turns out to be that the "browse" button is being cropped. I would like to ask if it is possible or how to change the size of the "browse" button using html or css.

enter image description here

j08691
  • 204,283
  • 31
  • 260
  • 272
Avan CaiJun
  • 111
  • 1
  • 1
  • 11

1 Answers1

3
<input id="fileUpload" name="FileUpload" multiple="" type="file" /> 

If you would like to keep your fileupload as button please look at this Twitter Bootstrap Form File Element upload button

Community
  • 1
  • 1
user2624242
  • 348
  • 1
  • 12