Hello admin.
This time i'm trying to display a preview when you're uploading an image.
I'm using 'display_preview' but i don't know where the preview is displaying. Altought i have this property in TRUE i can't see the preview in the modal Assets > Upload.
Thanks for your help.
Comments
$fields['userfile']['display_preview']= TRUE;
or
$fields['userfile'] = array('type' => 'file' , 'overwrite' => TRUE, 'display_preview' => 'TRUE');
and i can only see the overwrite option nothing else.
In the modal Assets > Upload. When you select an image the name of the image appear in the file field. I want to capture that name in a different variable. I hope you understand, thanks admin.
http://docs.getfuelcms.com/general/models#hooks