Sending files using HTTP
Using a "HttpListenerResponse" how I can send a file to the client
2 Replies
MDN Web Docs
Content-Disposition - HTTP | MDN
In a regular HTTP response, the Content-Disposition response header is a header indicating if the content is expected to be displayed inline in the browser, that is, as a Web page or as part of a Web page, or as an attachment, that is downloaded and saved locally.
Thanks :D