I
Ivan Demkovitch
Hi!
Here is code I have:
byte[] a;
a[1] = 3;
//Here I get syntax error (something about brackets. Parameter expect byte
array. What is correct syntax ?)
Response.OutputStream.Write(a[], 0, 1);
Some other simple questions:
1. How do I load jpeg from file and resize it?
2. How do I save it then into byte array ?
Any pointers/samples appreciated.
TIA
Here is code I have:
byte[] a;
a[1] = 3;
//Here I get syntax error (something about brackets. Parameter expect byte
array. What is correct syntax ?)
Response.OutputStream.Write(a[], 0, 1);
Some other simple questions:
1. How do I load jpeg from file and resize it?
2. How do I save it then into byte array ?
Any pointers/samples appreciated.
TIA