问题标签 [ngx-uploader]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - ngx-uploader:TS2339:“文件”类型上不存在属性“lastModifiedDate”
node_modules/ngx-uploader/src/ngx-uploader/classes/ngx-uploader.class.ts(112,32) 中的错误:错误 TS2339:“文件”类型上不存在属性“lastModifiedDate”。
我在将 Angular 应用程序从 5.2 版升级到 8 版时遇到此错误。我相信这是因为较新版本的 typescript 已弃用此字段,而支持引入的新字段lastModified
.
有什么办法可以克服这个错误而不依赖库来更新?
我当前的应用程序配置是:
angular - 如何使用 ngx-uploader 仅上传非重复文件
如何使用 ngx-uploader 仅上传非重复文件?我在上传时看不到任何区分文件名的选项?这可以通过一些代码来处理,但不会破坏用户界面吗?文件被添加到队列中,然后根据它们的状态进行处理。我也想直接上传(如果你想在添加文件时自动上传文件,请参阅 // 取消注释)。
撞。