I added a file field to a simple Channel Form and it doesn’t appear to be uploading the file or attaching it to the entry etc.
Is there specific code that needs to be used other than just the field name? I can’t seem to find any documentation on how to actually use file fields with Channel Form so I’m not sure if I’m coding it correctly. Basically I’m using:
<label for="copy">Image</label>
<input type="file" id="image_1" name="image_1" />
File size must be under 2MBimage_1 being one of my channel’s file fields.
Thanks for any help!