How do I prompt a “Save As” dialog for an accepted mime type?
———————————————————————– FAQ Topic – How do I prompt a “Save As” dialog for an accepted mime type? ———————————————————————– It is not possible with client-side JavaScript. Some browsers accept the Content-Disposition header, but this must be added by the server. Taking the form:- ` Content-Disposition: attachment; filename=filename.ext ` http://aspfaq.com/show.asp?id=2161 http://support.microsoft.com/support/kb/articles/Q260/5/19.ASP === Postings such as this are automatically sent once a day. Their goal is to answer repeated questions, and to offer the content to the community for continuous evaluation/improvement. The complete comp.lang.javascript FAQ is at http://jibbering.com/faq/index.html. The FAQ workers are a group of volunteers.