Uploader for Silverlight
BeginUploadFiles Method






Begins uploading the files specified in the Files property.
Syntax
'Declaration
 
Public Function BeginUploadFiles() As System.Boolean
'Usage
 
Dim instance As C1Uploader
Dim value As System.Boolean
 
value = instance.BeginUploadFiles()
public System.bool BeginUploadFiles()
public function BeginUploadFiles(): System.Boolean; 
public function BeginUploadFiles() : System.boolean;
public: System.bool BeginUploadFiles(); 
public:
System.bool BeginUploadFiles(); 

Return Value

True if the upload started successfully, false if the C1Uploader is busy or if there are no files to upload.
Exceptions
ExceptionDescription
MaximumUploadSizeExceededExceptionThis exception is raised when the size needed to do the upload is greater than the size specified by the user.
InvalidAddressExceptionThis exception is raised if the address of the service to be called is not correct.
Remarks
You can check the IsBusy property to determine whether the component is currently uploading files, and use the Cancel method to cancel the current upload process.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1Uploader Class
C1Uploader Members

Send Feedback