I have been going over this and over this. I have tried a number of posted examples but I cannot get my SafeCracker File Field input to show. I did a security update not long ago. It worked before that. Shortly after I got emails from people saying they could not upload.
I am sure it is something simple but the safecracker_file field is not well documented. I tried a few examples that I found searching here but they do not work either. safecracker file field is enabled. EE 2.2.2. All fields show except file
Here’s what I have.
{exp:safecracker include_jquery="no" safecracker_head="no" channel="recordings" return="recordings/" }
<div class=“field 1”>Title: <input name=“title” type=“text” /></div>
<h4 class=“42”>Add a Web Link</h4>
<div class=“field 2”>
Web Link: <input type=“text” name=“rec_link”/>
</div>
<h4 class=“42”>Or Add a File</h4>
<div class=“fileField”>
{custom_fields}
{if safecracker_file}
{display_field}
{/if}
{/custom_fields}
</div>
<input type=“submit” value=“Submit” />
{/exp:safecracker}