HttpPostedFileBase::SaveAs Method (String^)

 

When overridden in a derived class, saves the contents of an uploaded file.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual void SaveAs(
	String^ filename
)

Parameters

filename
Type: System::String^

The name of the file to save.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: