NeatUpload Documentation

IUploadModule.CreateUploadStorageConfig Method 

Creates and returns a new UploadStorageConfig (or subclass) for use with the current request.

UploadStorageConfig CreateUploadStorageConfig();

Return Value

a new UploadStorageConfig or subclass, or null if the default implementation should be used.

Remarks

The default implmentation returns the UploadStorageConfig created by the currently selected UploadStorageProvider.

See Also

IUploadModule Interface | Brettle.Web.NeatUpload Namespace