Hi,
How to download files into client machine using a FileStream and/or MemoryStream?
A small sample project posted here would be highly appreciated
Thanks.
There are fundamentally two ways:
Wisej supports both. The temp file is also automatically deleted as soon as it’s downloaded. However, access to the temp file download system is not exposed and it’s used internally with Application.Download(Image). Added enhancement to expose Application.Download(Stream): WJ-7380.
To handle postbacks on any component you need to implement the IWisejHandler interface. It gives you total control on what to return and how. See attached sample app. Any component (also non visual) can implement that interface.
HTH
Best,
Luca
Hi Cris,
Download(Stream) has been added in Wisej build 1.2.14 (as logged in WJ-7380)
Best regards
Frank