Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: How do I code for single file manual upload?
Re: How do I code for single file manual upload?
02-15-2012, 6:12 AM
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: How do I code for single file manual upload?
Reply
Quote
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