All Tags »
manual upload single file server-side validation events
Sorry, but there are no more tags available to filter with.
-
Using the standard .net upload control, I can do this: Protected Sub btnUpload_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnUpload.Click Dim fname As String = FileUpload1.FileName 'Here I can do some ...