PowUpload 1.3 control documentation

Gets the path to the temporary file associated with the file uploaded.

public string TempFileName {get; set;}

Property Value

The path to the temporary file.

Remarks

A temporary file is used to store the content of the file uploaded. The temporary file is the same as the target file except for it's name.

To store file on server hard disk is better than loading it into memory as the built-in ASP.NET upload support does.

The Destructor or Dispose method deletes the temporary file.

See Also

UploadedFile Class | ElementIT.PowUpload Namespace