Krystalware
SlickUpload logo

Krystalware.SlickUpload.Providers Namespace

SlickUpload stream providers.

Declaration Syntax

C#

namespace Krystalware.SlickUpload.Providers

Visual Basic

Namespace Krystalware.SlickUpload.Providers

Types

IconTypeDescription
SqlClientUploadStreamProvider..::.CriteriaMethod
Enumeration of the methods to use when generating criteria.
FileUploadStreamProvider..::.ExistingAction
Enumeration of the possible actions to take when trying to upload to a file that exists.
FileUploadStreamProvider..::.FileNameMethod
Enumeration of the methods to use when generating a filename.
FileUploadStreamProvider
An IUploadStreamProvider that writes to files.
ICriteriaGenerator
Represents a custom criteria generator that generates criteria based on UploadedFiles.
IFileNameGenerator
Represents a custom filename generator that generates filenames based on UploadedFiles.
IUploadStreamProvider
A provider that can be called to get a Stream to which to write an UploadedFile.
SqlClientUploadStreamProvider
An IUploadStreamProvider that writes to SQL 2000 and 2005 databases.
UploadStreamProviderType
Enumeration of the possible upload stream providers.