|
-
Dec 30th, 2002, 10:26 AM
#1
Thread Starter
Frenzied Member
upload error
I'm getting this error on the Dim FileLength line:
Object reference not set to an instance of an object.
any suggestions?
Private Sub btnAdd_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnAdd.Click
Dim upFile As HttpPostedFile = pdfUpload.PostedFile
Dim FileLength As Integer = upFile.ContentLength
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|