1.

How Can I Save Images ?

Answer»

You NEED a stream to READ the RESPONSE, WebResponse. GetResponse Stream(), and a stream to WRITE it to the HARD drive. FileStream should do the trick. You'll have to write to the filestream what you read from the response stream.

You need a stream to read the response, WebResponse. GetResponse Stream(), and a stream to write it to the hard drive. FileStream should do the trick. You'll have to write to the filestream what you read from the response stream.



Discussion

No Comment Found