B
Budihardjo Tan
We are using DSC to download XML data and then bind the DSC result to the
pivot & chart component.
We use URL as described below at the client scripting to download the
pregenerated XML data file. The xml data file could be huge (about +100,000
lines and above 100MB).
sURL = '/data/data.XML';
DSC.RecordsetDefs.AddNew(sURL, DSC.Constants.dscCommandFile, sTitle);
Is there a way we could show a progress bar while the client browser
performing the download process?
We need to show the progress to the client when the client brower performs
the second line above.
Any help is appreciated.
pivot & chart component.
We use URL as described below at the client scripting to download the
pregenerated XML data file. The xml data file could be huge (about +100,000
lines and above 100MB).
sURL = '/data/data.XML';
DSC.RecordsetDefs.AddNew(sURL, DSC.Constants.dscCommandFile, sTitle);
Is there a way we could show a progress bar while the client browser
performing the download process?
We need to show the progress to the client when the client brower performs
the second line above.
Any help is appreciated.