DEXTUpload.NET Professional
menu toggleReferences > DEXTUpload.NET > FilterAction

DEXTUpload.NET
Enumeration FilterAction

The minimum supported version
5.0.0.0
The minimum support environment
.NET Framework 4.0
Explanation

The "FilterAction" is an enumeration type that indicates how to handle the request when temporary files created by analyzing the multi-part data is the subject to be restricted(size, extension, etc.). It matches the value of the "filterAction" attribute of the "settings" element of the "dextupload.net" section in the "Web.config" file.

<dextupload.net>
    <settings 
        ...
        filterAction="flushing"
        ... />
</dextupload.net>
Type
public enum FilterAction
Members

Error

Flushing

  • When the target file is restricted, the component creates empty(0 size) file without generating an error. In the upload(Extension upload) of large files, the setting as "Flushing" is ignored, when it is restricted, unconditional exception occurs.