Skip to content

Instantly share code, notes, and snippets.

@SevdaCimen
Last active May 22, 2020 16:19
Show Gist options
  • Save SevdaCimen/8821ad24bf966dea15f2f1559d90cfcb to your computer and use it in GitHub Desktop.
Save SevdaCimen/8821ad24bf966dea15f2f1559d90cfcb to your computer and use it in GitHub Desktop.
tempFileIndex:number;
itemFileNummber(i):void {
this.tempFileIndex=i;
}
handleAddFileInputForm(files:FileList):void {
this.Items[this.tempFileIndex].File=files.item(0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment