Hevea documentation

HttpPostedFile.SaveToLocalDisk Method

Saves the file on a local disk. The remote file name will be used.

Overload List

Saves the file on a local disk. The remote file name will be used.

public void SaveToLocalDisk(string);

Saves the file on a local disk.

public void SaveToLocalDisk(string,string);

See Also

HttpPostedFile Class | Hevea.Core.Http Namespace