EAPUtilSavePostedFile Method |
Name | Description | |
---|---|---|
SavePostedFile(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.
| |
SavePostedFile(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.
|