Forum Discussion
creddick
7 days agoNew Contributor
Also, just as a note, we had to change our coding for generating the fileByte to use UTF8 as seen here:
Dim fileBytes As Byte() = Encoding.UTF8.GetBytes(dt.rows(0)("FILE_DATA"))
rather than
Dim fileBytes As Byte() = dt.Rows(0)("FILE_DATA")
Related Content
- 4 years ago
- 9 months ago
- 8 months ago
- 10 months ago