The only example in the expressionengine documentation for using the safecracker_file field type inside of a safecracker form is the following
{custom_fields}
{if safecracker_file}
{display_field}
{/if}
{/custom_fields}If I am not using the custom fields loop and wish to refer to my safecracker_file field type directly for it to appear in my form what is the code snippet I need.
I have more than one custom field containing this file type and I only want this one displayed. I do not want to loop around all my fields but reference the field directly.