Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于大小配置后文件未超过配置大小却提示了超出 #7

Closed
lrkonepiece opened this issue Apr 17, 2019 · 1 comment
Closed

Comments

@lrkonepiece
Copy link

else if (countDiff <= 0 && fileSize > that.configs.maxCount) { message = '文件大小超出,当前文件' + fileSize + 'M,允许大小为' + that.configs.maxSize + 'M'; onAlert(message); }
easyUploader.jq.js文件中上处代码判断中的maxCount应该改为maxSize

@funnyque
Copy link
Owner

感谢反馈,版本已更新

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants