protected void Button1_Click(object sender, EventArgs e)
{
string filename = "";
filename = FileUpload1.FileName;
FileUpload1.PostedFile.SaveAs(Server.MapPath("images\\")+filename);
}
and when i run it and then i press "show All files" button .It's just appear.
Like this:

Prabhu RajaPosted Oct 31, 2011, 1:37 AM
Its working fine in my system. I changed the function to
But your code will work fine. Also Check this one. Right Click on that file and Select Include In Project.