Hi all, In one of my projects, I have coded like this. code behind>>>>>>>>>>>>>>>>>>> protected void Button2_Click(object sender, EventArgs e) { if (fupLogo.HasFile) { string fileFormat = fupLogo.PostedFile.ContentType; Label1.Text = fupLogo.PostedFile.ContentType; if (string.Compare(fileFormat, “image/jpeg”, true) == 0 || string.Compare(fileFormat, “image/png”, true) == 0 || string.Compare(fileFormat, “image/gif”, true) == 0) { Label1.Text += “file format supported”; [...]
Posts Tagged ‘File upload issue with update panel’
FileUpload issue with Update Panel
Posted: September 16, 2010 in ASP.NETTags: File upload issue with update panel
0
