FileUploader(FileUltimateWebConfiguration) Constructor

Initializes a new instance of the FileUploader class with custom web configuration.

Definition

Namespace: GleamTech.FileUltimate.AspNet.UI
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.6
C#
public FileUploader(
	FileUltimateWebConfiguration webConfiguration
)

Parameters

webConfiguration  FileUltimateWebConfiguration
The web configuration to use instead of the global web configuration.

See Also