I’m trying to add some simple functionality to my site using safecracker.
I want to use the {field:custom_field} for an image upload
From what I gather I need the file upload fieldtype for that to work with safecracker.
It devot-ee directs me to the EE site where it says it’s(the fieldtype) included in the download under the name of safecracker_file or something similar. It isn’t. It’s only included in the beta (which I won’t use for clients).
I’m just testing it using a simple form on 2.1.3 with the safecracker download.
The fieldtype for uploaded_image is set to file (as I don’t see an option for safecracker file as people have been saying to choose)
{exp:safecracker channel="uploaded_images" return="home/thanks" }
<label for="name">Name:<input name="title" type="text" /></label>
{field:uploaded_image}
<input type="submit" value="Submit" class="submit" />
{/exp:safecracker}I get the ‘add file’ button, but when I click on it nothing happens.
I made this post in a bit of a rush so if you need any info, let me know.
Any ideas?