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.Configuration
- Krystalware.SlickUpload.Storage
- 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 Namespace
The Krystalware.SlickUpload namespace supplies classes and interfaces that are used for interacting with SlickUpload functionality server side.- IUploadFilter
- Represents a contract for upload filtering.
- SlickUploadContext
- Provides methods for interacting with UploadSessions and UploadRequests.
- UploadedFile
- Provides information about a file that has been uploaded. All files are streamed to an upload location as they arrive. Each UploadedFile instance contains information about a single uploaded file.
- UploadErrorType
- An enumeration of the possible error types generated during an upload.
- UploadRequest
- Contains information about the current status of an upload request. Properties are updated in real time as the upload progresses.
- UploadSession
- Contains information about the current status of an upload session. An upload session combines all UploadRequests with the same UploadSession.UploadSessionId. Properties are updated in real time as the upload progresses.
- UploadState
- An enumeration of the possible states of an upload.