// Variable for the version of the field - Display in Props UI. fieldVersion = "2.0.3"; // initialize some of the attributes variables typeid = attributes.typeid; prefix = attributes.prefix; formname = attributes.formname; currentValues = attributes.currentValues; if( not structKeyExists(currentValues, "beanName") ) currentValues.beanName = "file_uploader"; application.ADF.scripts.loadJQuery(noConflict=true);
Bean Name:
Name of the Object Factory Bean that will hold the configuration for the file uploader. By default it is "file_uploader" and to be put into the /_cs_apps/components/ of the site. Note: Do NOT include ".cfc" in the name.

ADF Custom Field v#fieldVersion#