Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

AJAXUploader.FinalFileLocation Property

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

[Visual Basic]
Public Property FinalFileLocation As String
[C#]
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

AJAXUploader Class | EO.Web Namespace


Direct link to this topic