Click or drag to resize

EAPUtilSavePostedFile Method

Overload List
  NameDescription
Public methodStatic memberSavePostedFile(IAppContext, HttpPostedFile, String, String, Boolean, Int32)
Save the provided posted file as specified. This method is used in response to the user posting a HtmlInputFile control. Note that this method validates maxSizeKB and will an error if validation fails.
Public methodStatic memberSavePostedFile(IAppContext, HttpPostedFile, String, String, Boolean, Int32, String)
Save the provided posted file as specified. This method is used in response to the user posting a HtmlInputFile control. Note that this method validates maxSizeKB and accept and will throw an error if validation fails.
Top
See Also