C1.Silverlight.Uploader Namespace : FilesPerRequest Enumeration |
Member | Description |
---|---|
AllFilesInOneRequest | All files will be uploaded in a single request. This is more efficient when uploading many small files. |
OneFilePerRequest | Each request contains one file. This is the default setting. |
SplitFilesIntoMultipleRequests | Each file will be split into multiple requests. Indicated when uploading very large files. |
System.Object
System.ValueType
System.Enum
C1.Silverlight.Uploader.FilesPerRequest
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2