hello,
I am using AsyncUpload in ASP.Net with Vb . i want to add File Extension Dynamically from Code behind but it doesn't work. Below is my Code please help me if any one have idea its urgent
I am using AsyncUpload in ASP.Net with Vb . i want to add File Extension Dynamically from Code behind but it doesn't work. Below is my Code please help me if any one have idea its urgent
Dim strIds as string=".wmv, .mp4, .pdf, .swf"Dim ids As String() = {strIds}Upload1.AllowedFileExtensions = ids