405 Views
BackgroundTypically, if you want your website to send a document to a client application, you simply send the file as a download. Your server indicates that a file should be treated as a download in one of a few simple ways: Specifying a non-webby type in the Content-Type response header.Sending a Content-Disposition: attachment; filename=whatever.ext response...
0 comments