Forum Discussion
creddick
1 year 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
- 2 months ago
- 6 months ago
- 1 year ago