Dear all
i am uploading one large file it will take time on that time i will show processing image pls help me
i am uploading one large file it will take time on that time i will show processing image pls help me
if (fileUpload1.PostedFile.ContentLength != 0) { Image1.Visible = true; fileUpload1.PostedFile.SaveAs(fileUpload1.PostedFile.FileName); Image1.Visible = false; }
Comment