Server Reference
The SlickUpload Server Reference contains information about the SlickUpload namespaces and classes.
Krystalware.SlickProgress Namespace
SlickProgress controls.
Types
Displays a progress element.
Displays progress information to users based on an AJAX handler.
Krystalware.SlickUpload Namespace
The core SlickUpload functionality.
Types
The HttpUploadModule is the core of SlickUpload.
Represents a contract for file filtering.
An HttpHandler that returns status information for a specified upload in an xml document.
Represents a contract for request length filtering.
Represents a contract for request filtering.
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.
The RequestRecorderModule provides a method to record a request for debugging purposes.
Represents errors that occur during an upload.
Krystalware.SlickUpload.Configuration Namespace
SlickUpload configuration classes.
Types
A configuration section that takes attribute name/value pairs.
A configuration section for the statusManager section.
Provides access to the SlickUpload configuration.
Krystalware.SlickUpload.Controls Namespace
SlickUpload controls.
Types
Provides data for the UploadComplete event.
Provides an interface for users to select files, upload them, and view rich progress based on an AJAX handler.
An enumeration of the possible progress elements that can be displayed in the UploadProgressElement control.
Provides an interface for users to select files to upload.
Displays the file name for the current file element in a FileList.
Connects an HTML form with out of band uploads.
Displays the file remove link for the current file element in a FileList.
Displays an upload progress element.
Displays upload progress to users based on an AJAX handler.
Provides an list of files that have been selected for upload.
Displays the validation message for the current file element in a FileList.
Displays an upload progress bar.
Krystalware.SlickUpload.Controls.Design Namespace
Design time support for SlickUpload controls.
Types
Provides a designer for the FileList control.
Krystalware.SlickUpload.Providers Namespace
SlickUpload stream providers.
Types
Enumeration of the possible upload stream providers.
Represents a custom criteria generator that generates criteria based on UploadedFiles.
Represents a custom filename generator that generates filenames based on UploadedFiles.
Krystalware.SlickUpload.Status Namespace
SlickUpload status management functionality.
Types
Represents a contract for a status manager class that stores and retrieves UploadStatus objects for uploads in progress.
Enumeration of the possible status managers.
A status manager that stores UploadStatus objects in a SQL server database.
A status manager that stores UploadStatus objects in application state.
The reason the upload was terminated.
Contains information about the current status of an upload. Properties are updated in real time as the upload progresses.
Krystalware.SlickUpload.Streams Namespace
SlickUpload custom streams for databases.
Types
Exposes a read-only stream around an image column in a record in a SQL Server database. This stream is unbuffered.
Exposes a write-only, forward-only stream around an image column in a record in a SQL Server database. This stream is unbuffered.
|