| C1.Silverlight.Uploader Namespace : C1Uploader Class |
The following tables list the members exposed by C1Uploader.
| Name | Description | |
|---|---|---|
![]() | Files | Gets the collection of files that will be uploaded. |
![]() | Headers | Gets the headers that will be sent to the server with each upload. |
![]() | IsBusy | Gets whether the component is currently uploading files. |
![]() | MaximumUploadSize | Gets or sets the maximum size in bytes allowed for each upload. |
![]() | Parameters | Gets the parameters that will be sent to the server with each upload. |
![]() | Settings | Gets the UploadManagerSettings that will be used to configure the C1Uploader. |
![]() | UserState | Gets or sets an arbitrary object that will be passed to the UploadCompleted and UploadProgressChanged events. |
| Name | Description | |
|---|---|---|
![]() | AddFile | Overloaded. 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. |
| Name | Description | |
|---|---|---|
![]() | UploadCompleted | Event raised when the upload has completed. |
![]() | UploadProgressChanged | Event that fires when the upload process makes progress. |