SlickUpload

Krystalware.SlickUpload.Storage Namespace

The Krystalware.SlickUpload.Storage namespace supplies IUploadStreamProvider classes that create streams to various sources, such as files, SQL Server, memory, etc.
BuildWhereCriteriaAction
An action that generates where criteria for the specified command. It may also add parameters to the command to support a parameterized where criteria.
DatabaseUploadStreamProviderBase
Exposes an abstract base class for database IUploadStreamProviders that use the System.Data interfaces.
FileUploadStreamProvider
An IUploadStreamProvider that writes to files.
IUploadStreamProvider
Represents a provider that can be called to get a Stream to which to write an UploadedFile.
MemoryUploadStreamProvider
An IUploadStreamProvider that writes to in process memory.
NullUploadStreamProvider
An IUploadStreamProvider that writes to Stream.Null.
SqlClientUploadStreamProvider
An IUploadStreamProvider that writes to SQL Server IMAGE columns.
SqlColumnDataType
Enumeration of the possible data types to use for the file data column.
UploadStreamProviderBase
Exposes an abstract base class for IUploadStreamProviders.