Uploader for Silverlight includes several key features, such as:
- File Size Limitation
Set the maximum file size for file upload requests. See Maximum Upload Size for more information.
- Asynchronous File Upload
The end-user can select multiple files at a time using the 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 configurations. Uploader for Silverlight can split the stream into small pieces, and rejoin them on the server.
- 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.
See Also