Web-to-App Communication: DirectInvoke

added by DotNetKicks
9/25/2019 10:09:30 PM

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