This is not working:
byte[] tgtBytes = ... Response.Write(tgtBytes);
You're probably looking for:
Response.BinaryWrite(tgtBytes);
MSDN documentation here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With