Table of Contents
FinalFileLocation Property

Gets or sets the folder that the uploader saves uploaded files on web server.

Syntax
 public String FinalFileLocation { get; set; }
Remarks

While you must set TempFileLocation, setting this property is optional. If you set this property, the uploader will automatically move files from TempFileLocation to this folder once the uploading process is complete. In that case, FileUploaded event is raised after the files have already been moved.

See Also