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.
我正在尝试限制文件上传以允许仅上传 1 个文件。我很确定这与更改 selectedfiles 回调有关,但还没有让它工作。有没有人解决这个问题?
不确定您是否仍在寻找答案,但您是正确的,您需要添加 this.removeAllFiles(); 在 selectedfiles 回调下。