SlickUpload Documentation
- Installation
- Configuration
- Quick Start Guide
- How To
- Concepts
- Troubleshooting
- FAQ/Known Issues
- Upgrading
- Client Reference
-
Server Reference
- Class reference syntax
- Installing the license
-
SlickUpload Namespaces
- Krystalware.SlickUpload
- Krystalware.SlickUpload.Configuration
-
Krystalware.SlickUpload.Storage
- BuildWhereCriteriaAction Class
- DatabaseUploadStreamProviderBase Class
- FileUploadStreamProvider Class
- FileUploadStreamProvider.ExistingAction Enum
- FileUploadStreamProvider.FileNameMethod Enum
- IUploadStreamProvider Interface
- MemoryUploadStreamProvider Class
- NullUploadStreamProvider Class
- SqlClientUploadStreamProvider Class
- SqlColumnDataType Enum
- UploadStreamProviderBase Class
- Krystalware.SlickUpload.Storage.Streams
- Krystalware.SlickUpload.Web
- Krystalware.SlickUpload.Web.Controls
- Krystalware.SlickUpload.Web.Controls.Design
- Krystalware.SlickUpload.Web.Handlers
- Krystalware.SlickUpload.Web.Mvc
- Krystalware.SlickUpload.Web.SessionStorage
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.