| C1.Silverlight.Uploader Namespace : C1UploaderPost Class |
The following tables list the members exposed by C1UploaderPost.
| Name | Description | |
|---|---|---|
![]() | C1UploaderPost Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | Files | Gets the collection of files that will be uploaded. (Inherited from C1.Silverlight.Uploader.C1Uploader) |
![]() | Headers | Gets the headers that will be sent to the server with each upload. (Inherited from C1.Silverlight.Uploader.C1Uploader) |
![]() | IsBusy | Gets whether the component is currently uploading files. (Inherited from C1.Silverlight.Uploader.C1Uploader) |
![]() | MaximumUploadSize | Gets or sets the maximum size in bytes allowed for each upload. (Inherited from C1.Silverlight.Uploader.C1Uploader) |
![]() | Parameters | Gets the parameters that will be sent to the server with each upload. (Inherited from C1.Silverlight.Uploader.C1Uploader) |
![]() | Settings | Gets the UploadManagerSettingsPost that specifies how the upload process should be performed. |
![]() | UserState | Gets or sets an arbitrary object that will be passed to the UploadCompleted and UploadProgressChanged events. (Inherited from C1.Silverlight.Uploader.C1Uploader) |
| Name | Description | |
|---|---|---|
![]() | AddFile | Overloaded. Adds a file to the Files collection that will be sent to the server when the BeginUploadFiles method is invoked. (Inherited from C1.Silverlight.Uploader.C1Uploader) |
![]() | AddFiles | Adds a collection of files to the Files collection that will be sent to the server when the BeginUploadFiles method is invoked. (Inherited from C1.Silverlight.Uploader.C1Uploader) |
![]() | BeginUploadFiles | Begins uploading the files specified in the Files property. (Inherited from C1.Silverlight.Uploader.C1Uploader) |
![]() | Cancel | Cancels the current upload process. (Inherited from C1.Silverlight.Uploader.C1Uploader) |
| Name | Description | |
|---|---|---|
![]() | MIMETypeRequested | This event will be raised for each file, to customize the Content-Type http header. |
![]() | UploadCompleted | Event raised when the upload has completed. (Inherited from C1.Silverlight.Uploader.C1Uploader) |
![]() | UploadProgressChanged | Event that fires when the upload process makes progress. (Inherited from C1.Silverlight.Uploader.C1Uploader) |