Stream define default name (wodWebServer / wodWebServer.NET)
The file is located on the local server where our service (with your component) is running.
example C:\xxxx\Solinf.pdf
Open as a filestream and sent to the client
Dim fs As New System.IO.FileStream(a, System.IO.FileMode.Open)
Args.Response.Stream = fs
On the client side the file is always downloaded as download.pdf (in Microsoft Edge) or pdf.pdf in Firefox
Complete thread:
- Stream define default name - Yves, 2022-01-13, 11:47
- Stream define default name - wodSupport, 2022-01-13, 11:49
- Stream define default name - Yves, 2022-01-13, 13:45
- Stream define default name - wodSupport, 2022-01-13, 15:20
- Stream define default name - Yves, 2022-01-13, 13:45
- Stream define default name - wodSupport, 2022-01-13, 11:49