I have uploaded my website on server when i try to save image on uploaded folder called Upload then it gives error
Line 114: {
Line 115: string str = imagepath;
Line 116: fuStudentPhoto.PostedFile.SaveAs(Server.MapPath("~/Upload/" +str));
Line 117: Image = str;
I gave all permission rights to Upload folder but still its stuck here. Help me anyone to solve this issue...