المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : problem with fileupload.hasfile



C# Programming
08-22-2009, 11:46 AM
if (FileUpload1.HasFile == true)
{
FileUpload1.SaveAs(Server.MapPath("~/AdminSection/Attachment/"+FileUpload1.FileName.ToString()));
}



hi,

anybody knows, what may be the possibility by which this condition alwz return false.