can be used to process files uploaded via HTML forms. By default any and all uploaded files are accepted, and for security reasons this default behavior should never be used. Instead, use the ACCEPT attribute to specify the MIME types that will be accepted when uploaded. (Applies to: ColdFusion All)
Related