Assuming docfilename is required, the following 2 results were found.
and the file upload field is "My_File": c_Document = My_Form[ID == 1234567890]; // // for file upload field type v_DocFileName = ifnull(c_Document.My_File,""); v_DocExtension = v_DocFileName.subString(v_DocFileName.lastIndexOf(".") + 1).toLowerCase();...
// publish key of "Documents" report v_PublishKey = "1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; v_DocFileName = ifnull(c_Document.File_field,""); // // used for blocking certain file extensions (not used in this function)...