Hi..
I have this script to upload files:
Protected Sub UploadBtn_Click(ByVal sender As Object, ByVal e As EventArgs) Handles btnAttach.Click
If FileUpLoad1.HasFile Then
FileUpLoad1.SaveAs(strFilePath_Tmp)
End If
End Sub
How can I check the file size before upload?
Thanks.
View Full Details...............................
No comments:
Post a Comment