NeatUpload Documentation

UploadedFile.MoveTo Method 

Moves the file to a permanent location.

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

Parameters

path
The location to which the file should be moved.
opts
A MoveToOptions object controlling details of the move,

Remarks

The path could be a filesystem path or some other identifier, depending on the storage medium. The opts could just be Overwrite or None to control whether any existing file at the same location should be replaced. Or, it could be a module-specific subclass of MoveToOptions which provides additional information.

See Also

UploadedFile Class | Brettle.Web.NeatUpload Namespace