PowUpload 1.3
UploadedFile.CopyTo�Method

Home page
Contact support

Copies an uploaded file to a new file. Overwriting a file of the same name is not allowed.

Overload List

Copies an uploaded file to a new file. Overwriting a file of the same name is not allowed.

public�void�CopyTo(string);

Copies an uploaded file to a new file. Overwriting a file of the same name is allowed.

public�void�CopyTo(string,bool);

See Also

UploadedFile Class | ElementIT.PowUpload Namespace | SaveAs method