I am new to SafeCracker and while I have been able to enter most other input types, the File input type is not working correctly for me.
Here is the code I am using on field type File named event_icon
<label for="event_icon"><span>*Event Icon:</span>
<input type="file" name="event_icon" value="{event_icon}">
</label>
I also tried:
<label for="event_icon"><span>*Event Icon:</span>
{field:event_icon}
</label>
No joy.
Any suggestions?