Hi
I am using
Shared hfc As HttpFileCollection
Public sub upload ()
hfc = Request.Files
exception("Request is not available in this context'. ")
//do something here
end
Protected Sub btnUpload_Click( ,,,,,)
Dim newThreadupload As Thread = New Thread(AddressOf UploadFiles)
newThreadupload.Priority = Threading.ThreadPriority.Lowest
newThreadupload.Start()
end sub
Any help welcome !
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web
Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://cm.megasolutions.net/forums/default.aspx
-~----------~----~----~----~------~----~------~--~---