0

I am attempting to implement bootstrap css insde of my mvc application.Here is code:

<link rel="stylesheet" href="@Url.Content("~/Content/bootstrap.min.css")">

@using (Html.BeginForm("Upload","Home",FormMethod.Post,new{enctype="multipart/form-data"}))

{    <input type="file" name="fileUpload" class="btn-file"/>
    <input type="submit" value="Upload" class="btn btn-primary"/>

}

But btn-file class doesn't implement to fileupload.Thanks in advance

Zamir
  • 449
  • 1
  • 8
  • 17
  • possible duplicate of [Twitter Bootstrap Form File Element upload button](http://stackoverflow.com/questions/11235206/twitter-bootstrap-form-file-element-upload-button) – Steven V Oct 08 '13 at 19:48
  • 1
    http://stackoverflow.com/a/12915459/1178921 – deltree Oct 08 '13 at 19:49

0 Answers0