NeatUpload Documentation

SqlServerUploadedFile.MoveTo Method 

If called, this stream is considered "verified" and is allowed to stay in the datadase. If this is never called, the row is deleted

public override void MoveTo(
   string path,
   MoveToOptions opts
);

Parameters

path
Optional If specified, and the target data table has a FileNameField specified, the filename is changed. If null the filename remains the same
opts
Ignored

Remarks

This slightly aquard behaviour is due to the NeatUpload framework, where "MoveTo" is the only suitable method exposed by InputFile

See Also

SqlServerUploadedFile Class | Hitone.Web.SqlServerUploader Namespace