I have to resize the image before saving
for that i have file uploader and a resizer function
in function i required to pass the full path of uploaded image
System.Drawing.Image oImg = System.Drawing.Image.FromFile(_uploadImageFile.PostedFile.FileName.ToString());
i tried FileUpload1.PostedFile.FileName
but in any case it returns me only file name , not the full path
i also gone through stack overflow some questions, but all of them are returning only file name, i want to have full path