Generally we attach files by specifying file name.
this.importDataObject("MyData","test.jpg");
Is there any way we can attach all files remaining in a folder? So all file name and no of files will be variable.
Generally we attach files by specifying file name.
this.importDataObject("MyData","test.jpg");
Is there any way we can attach all files remaining in a folder? So all file name and no of files will be variable.