Re: How do I code for single file manual upload?

  •  02-15-2012, 6:12 AM

    Re: How do I code for single file manual upload?

    Hi dmathews,
     
    Before you get the item, please ensure that the uploader attachment has items there. 
     
    If uploader1.Items.Count <> 0 Then 
       Dim name As String = uploader1.Items(0).FileName
    End If 
     
    Regards,
     
    Ken 
View Complete Thread