NeatUpload Documentation

SqlServerUploadStorageProvider.StoreHashProcedure Property

Name of procedure to call when the file upload is completed and verified to stay in the database (i.e. MoveTo has been called). This procedure can be used to store the Hash of the file if one was calculated

public string StoreHashProcedure {get;}

Remarks

The procedure must take these parameters: (@Identity numeric, (optional) @Hash varchar)

See Also

SqlServerUploadStorageProvider Class | Hitone.Web.SqlServerUploader Namespace