Error After image is saved
I'm uploading an image and before uploading I resize the image.... The image is being uploaded but I get an error on the following line...
if(arr[1].ToLower()=="jpeg" || arr[1].ToLower()== "jpg")
thumbNailImg.Save(currentPath,System.Drawing.Imagi ng.ImageFormat.Jpeg);if(arr[1].ToLower()=="gif")
thumbNailImg.Save(currentPath,System.Drawing.Imagi ng.ImageFormat.Gif);
I'm fully lost..Plzzzzz reply me soon...
Vicky..:(
|