FileUpload1.Hasfile always returns False
ASP.NET
5
Posts
3
Posters
0
Views
1
Watching
-
Hi, I want when my FileUpload has file do something,
If FileUpload1.HasFile Then FileUpload1.PostedFile.SaveAs(Path +".....") End If
But why it always returns Flase? How I can solve this problem? Please help me. Thank YouHoda
What it most likely means is that the FileUpload does not have the file. The next more pertinent question is why does it not? That I can't answer without more information.
10110011001111101010101000001000001101001010001010100000100000101000001000111100010110001011001011
-
Hi, I want when my FileUpload has file do something,
If FileUpload1.HasFile Then FileUpload1.PostedFile.SaveAs(Path +".....") End If
But why it always returns Flase? How I can solve this problem? Please help me. Thank YouHoda