Uploader for Silverlight
C1Uploader Class Members
Properties  Methods  Events


The following tables list the members exposed by C1Uploader.

Public Properties
 NameDescription
Public PropertyFilesGets the collection of files that will be uploaded.  
Public PropertyHeadersGets the headers that will be sent to the server with each upload.  
Public PropertyIsBusyGets whether the component is currently uploading files.  
Public PropertyMaximumUploadSizeGets or sets the maximum size in bytes allowed for each upload.  
Public PropertyParametersGets the parameters that will be sent to the server with each upload.  
Public PropertySettingsGets the UploadManagerSettings that will be used to configure the C1Uploader.  
Public PropertyUserStateGets or sets an arbitrary object that will be passed to the UploadCompleted and UploadProgressChanged events.  
Top
Public Methods
 NameDescription
Public MethodAddFileOverloaded. Adds a file to the Files collection that will be sent to the server when the BeginUploadFiles method is invoked.  
Public MethodAddFilesAdds a collection of files to the Files collection that will be sent to the server when the BeginUploadFiles method is invoked.  
Public MethodBeginUploadFilesBegins uploading the files specified in the Files property.  
Public MethodCancelCancels the current upload process.  
Top
Public Events
 NameDescription
Public EventUploadCompletedEvent raised when the upload has completed.  
Public EventUploadProgressChangedEvent that fires when the upload process makes progress.  
Top
See Also

Reference

C1Uploader Class
C1.Silverlight.Uploader Namespace

Send Feedback