I need a solution on a page.aspx to download file. In database I have a table ‘Messages’ with two fields: fileMessageName (System.String), fileMessageBytes (System.Byte[]).
I need from bytes get a actual file on a page.
I need a solution on a page.aspx to download file. In database I have
Share
Not sure about how to do this in ASPX but you should add a new page for download
Content-Type: application/octet-stream