FAQ Topic - How do I prompt a "Save As" dialog for an accepted mime type? (2013-06-17)
36 views
Skip to first unread message
FAQ server
unread,
Jun 16, 2013, 7:00:00 PM6/16/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
-----------------------------------------------------------------------
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`