Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试限制fancyupload 的文件上传。当用户选择上传照片并出现对话框时。用户只能选择四张照片。
检查 fileListMax 选项
var uploader = new Swiff.Uploader({fileListMax: 4});