Uploader

ComponentOne Uploader™ for Silverlight provides a simple and reliable way to upload files and streams to the server.

Features

  • File Size Validation
    Set the maximum file size for files that end-users are allowed to upload.
  • Asynchronous File Upload
    The end-user can select multiple files at a time using the ComponentOne FilePicker for Silverlight control, and the C1Uploader control loads the files asynchronously.
  • Use Multipart Post Messages
    The C1UploaderPost object enables you to upload files to the server using multipart post messages.
  • Use Web Services
    Use the C1UploaderWebService object to upload files to the server using Web services.
  • Upload Large Files
    You can upload large files without changing any server configuration. Uploader splits the stream into small pieces, which are joined together in the server again.
  • Upload Files from Multiple Sources
    Upload content from a selected file in the end-user machine, an isolated storage file, or any stream in memory.