PowUpload 1.3
UploadedFile.SaveAs�Method

Home page
Contact support

Moves an uploaded file to a new location, providing the option to specify file name.

Overload List

Moves an uploaded file to a new location, providing the option to specify file name. Overwriting a file of the same name is not allowed.

public�void�SaveAs(string);

Moves an uploaded file to a new location, providing the option to specify file name. Overwriting a file of the same name is allowed.

public�void�SaveAs(string,bool);

See Also

UploadedFile Class | ElementIT.PowUpload Namespace | CopyTo method