Hi,
With OpenFileDialog, Iam able to popup Open Windows message and select one file and Zip File it.
ClientFile:= FileMgt.OpenFileDialog('Import a XML file', '', 'Word Files (*.XML)|*.XML|All Files (*.*)|*.*');
But not able to select multiple file at a time and Zip file.
is there is any way to do that.
Or
0