I have XML data that I wish to store on the clients machine as a CSV.
So, 1. Is it possible to restrict the file extension to be only CSV when the client gets the Save As dialog box ? you can do it on file.browse(), but I am not uploading a file. I am downloading the data to the client machine. 2. If 1 cannot be done, is it possible to override the class to achieve the same ? Any help would be greatly appreciated. Thanks in advance Prabh

