Is there a way to keep the standard file type for a field and provide just standard HTML file upload on the front end through safecracker? I’ve tried just
<input type="file" name="{custom_field_name}" />But that doesn’t appear to save the file correctly. Any suggestions? I want the ability of the standard file field for the backend and just a simple field on the frontend.