mirror of https://github.com/layui/layui
parent
4d342b3c99
commit
7528669188
|
@ -88,7 +88,7 @@ layui.define('layer' , function(exports){
|
||||||
var that = this
|
var that = this
|
||||||
,options = that.config
|
,options = that.config
|
||||||
,elemFile = that.elemFile = $([
|
,elemFile = that.elemFile = $([
|
||||||
'<input class="'+ ELEM_FILE +'" type="file" name="'+ options.field +'"'
|
'<input class="'+ ELEM_FILE +'" type="file" accept="'+ options.domAccept +'" name="'+ options.field +'"'
|
||||||
,(options.multiple ? ' multiple' : '')
|
,(options.multiple ? ' multiple' : '')
|
||||||
,'>'
|
,'>'
|
||||||
].join(''))
|
].join(''))
|
||||||
|
|
Loading…
Reference in New Issue