Saves the contents of an uploaded file.
Saves the contents of an uploaded file.
public void SaveAs(string);
Saves the contents of an uploaded file into MS SQL database.
public void SaveAs(string,string,string,params SqlParameter[]);
McHttpPostedFile Class | Mediachase.FileUploader.Web Namespace