Answers for "I wan to add file to fileList programmatically"

0

I wan to add file to fileList programmatically

const dt = new DataTransfer();    dt.items.add(file);// repeat as many times as necessary    const list = dt.files;// FileList can be taken
Posted by: Guest on May-04-2021

Code answers related to "I wan to add file to fileList programmatically"

Browse Popular Code Answers by Language