rodmcleay,
thanks.
Yeah, i did follow the instruction on
http://www.developerfusion.com/show/3905/1/
But I stumble on it. Here is the error message that I got:
-------------------------------------------------------------------
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 68: imgStream = UploadFile.PostedFile.InputStream;
-----------------------------------------------------------------
I can't figure what I miss. Can anyone help?
Thanks.