|
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.
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);
UploadedFile Class | ElementIT.PowUpload Namespace | CopyTo method