File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ version 1.7.0
3
3
Date: 02-Jul-2014
4
4
5
5
### Additions
6
- 1 . The plugin now offers an additional ` overwriteInitial ` option. This is by default set to ` true ` . This defaults to ` true ` , whereby,
7
- any ` initialPreview ` content set will be overwritten, when new file is uploaded or when files are cleared. Setting it to ` false ` will
8
- help displaying a saved image or file from database always - useful especially when using the ` multiple ` file upload feature.
6
+ 1 . The plugin now offers an additional ` overwriteInitial ` option. This is by default set to ` true ` , whereby, any ` initialPreview `
7
+ content set will be overwritten, when new file is uploaded or when files are cleared. Setting it to ` false ` will help displaying
8
+ a saved image or file from database always - useful especially when using the ` multiple ` file upload feature.
9
9
10
10
version 1.6.0
11
11
=============
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ <h1>Bootstrap File Input Example</h1>
35
35
< script >
36
36
$ ( "#file-1" ) . fileinput ( {
37
37
initialPreview : [ "<img src='Desert.jpg' class='file-preview-image'>" , "<img src='Jellyfish.jpg' class='file-preview-image'>" ] ,
38
- overwriteInitial : false
38
+ overwriteInitial : true
39
39
} ) ;
40
40
$ ( "#file-3" ) . fileinput ( {
41
41
showCaption : false ,
You can’t perform that action at this time.
0 commit comments