What is actually itemLimit in FineUploader?

廉价感情. 提交于 2019-12-12 02:23:39

问题


I am successfully using FineUploader with Amazon S3 but when the item limit is set, let's say to "3", I am not able to upload more than 3 files unless I refresh the page. So, what do you mean by "session" when saying in the documentation:

"Maximum number of items that can be potentially uploaded in this session. Will reject all items that are added or retried after this limit is reached."

I thought that "session" is one upload round - take 3 files and upload them, then take 3 more or less than 3 and upload them and so on.

Thanks in advance.


回答1:


In the case of itemLimit, the "session" is simply the current instance of Fine Uploader. To start a new "session", you would construct a new instance of that Fine Uploader object, either by a page refresh or programmatically.



来源:https://stackoverflow.com/questions/33868222/what-is-actually-itemlimit-in-fineuploader

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!