I've written a download service where I set the filename like this:
response.setHeader("Content-disposition", "attachment; filename=\"" + filename + "\"");
It appears I have to encode non-ascii characters somehow, how do I do that? --Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
