How to limit the number of dropzone.js files uploaded?

前端 未结 13 1357
隐瞒了意图╮
隐瞒了意图╮ 2020-11-28 04:28

Depending on the use case, how do I constrain the number of files that dropzone.js will allow?

For example, I might need to only allow 1, 2, or 4 files uploaded.

13条回答
  •  执笔经年
    2020-11-28 04:45

    it looks like maxFiles is the parameter you are looking for.

    https://github.com/enyo/dropzone/blob/master/src/dropzone.coffee#L667

提交回复
热议问题