Working with Uploader for Silverlight > Basic Methods |
Uploader for Silverlight includes several methods that allow you to determine what and when files should be uploaded the control. Some of the more important methods are listed below.
The following methods let you customize the C1Uploader control:
Method | Description |
---|---|
AddFile | Adds a file to the Files collection that will be sent to the server when the BeginUploadFiles method is invoked. |
AddFiles | Adds a collection of files to the Files collection that will be sent to the server when the BeginUploadFiles method is invoked. |
BeginUploadFiles | Begins uploading the files specified in the Files property. |
Cancel | Cancels the current upload process. |