I need to bind files in uploader using Queue #962
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I use this.uploader.addToQueue() to bind files in fileupload. but addtoQueue() method takes arrat of file object. but interface file contain cycle.
let file:File = {name : "test" , lastModifiedDate : "" , webkitRelativePath : "" ,size : 0 , type : "pdf" , msClose :()=>{} , msDetachStream:() =>{}, slice:(start?,end?,contentType?)=>{return {size:0}} };