I want create array of file-type like below in JavaScript.
e.g File[] filesl = new File[1];
or List<File> fileList = new ArrayList<>();
But it doesn't help me.
I need to have array of files.
I want create array of file-type like below in JavaScript.
e.g File[] filesl = new File[1];
or List<File> fileList = new ArrayList<>();
But it doesn't help me.
I need to have array of files.