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

1
  • 1
    post your code so we can see what you've done. Commented Nov 12, 2015 at 3:51

1 Answer 1

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

Sign up to request clarification or add additional context in comments.

1 Comment

please accept this Answer if it solved your question, so that anyone in help can know the answer

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.