14
Answers

The name 'FileUpload1' does not exist in the current ASP.Net

Deepak Ratan

Deepak Ratan

9y
3.6k
1
 protected void btnupload_Click(object sender, EventArgs e)
    {
        using (BinaryReader br = new BinaryReader(FileUpload1.PostedFile.InputStream))
        {
        }


What is the solution?
Answers (14)