File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 7
7
< link href ="http://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css " rel ="stylesheet ">
8
8
< link href ="../css/fileinput.css " media ="all " rel ="stylesheet " type ="text/css " />
9
9
< script src ="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js "> </ script >
10
- < script src ="../js/fileinput.js " type ="text/javascript "> </ script >
11
- < script src ="http://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js " rel =" stylesheet " >
10
+ < script src ="../js/fileinput.min. js " type ="text/javascript "> </ script >
11
+ < script src ="http://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js " type =" text/javascript " > </ script >
12
12
</ head >
13
13
< body >
14
14
< div class ="container ">
@@ -21,7 +21,7 @@ <h1>Bootstrap File Input Example</h1>
21
21
< input id ="file-1a " type ="file " multiple =true class ="file " data-preview-file-type ="any " data-initial-caption ="Kartik " data-overwrite-initial ="false ">
22
22
</ div >
23
23
< div class ="form-group ">
24
- < input id = "file-2" type = "file" class = "file" readonly = true >
24
+ < input id ="file-2 " type ="file " class ="file " readonly =true data-show-upload =" false " >
25
25
</ div >
26
26
< div class ="form-group ">
27
27
< input id ="file-3 " type ="file " multiple =true >
@@ -45,6 +45,7 @@ <h1>Bootstrap File Input Example</h1>
45
45
maxFilesNum : 10
46
46
} ) ;
47
47
$ ( "#file-3" ) . fileinput ( {
48
+ showUpload : false ,
48
49
showCaption : false ,
49
50
browseClass : "btn btn-primary btn-lg" ,
50
51
fileType : "any"
You can’t perform that action at this time.
0 commit comments