Thread: Question uploading things..
View Single Post
  #2 (permalink)  
Old 12-03-2008, 8:16 AM
JohnH's Avatar
JohnH JohnH is offline
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Dec 2005
Location: Norway
Age: 37
Posts: 10,318
Reputation: 1315
JohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond repute
Default

Use one of the other UploadFile methods where you can specify more parameters, one of them is the showUI Boolean value which make it display progress and allow user to cancel. You can also tell it what to do if users cancels, ie do nothing or throw an exception. The user and pass parameters you can set to empty string, which is also default values for the UploadFile overload you're using now.

Your other questions not related to this topic were split to other threads, see your thread list (from your forum page) Find all threads started by LeonLanford. Post different topics in separate threads in relevant forums.
.
__________________
Reply With Quote