correct, exports are always created on the server, because the data is on the server, not on the browser, and because browsers have very little ability to write files to the local drive.
So you create the file on the server, then allow the user to click on a link to download the file. the Progress control is very good for this.
cheers
Bruce