Working with Uploader for Silverlight > Basic Properties |
Uploader for Silverlight includes several properties that allow you to set the functionality of the control. Some of the more important properties are listed below.
The following properties let you customize the C1Uploader control:
Property | 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. See Maximum Upload Size for more information. |
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. |