Hi,
I've a project where I have several fields with are paths to uploaded images.
In the admin edit view there is a preview of the image that I've previously uploaded through the add view.
And there the standard keep,delete,update,browse options.
That's exactly what I wanted.
But I've now added some new fields - again for image upload paths and in phprunner I've made them as a File/Image type. Same setting as the ones previously created.
But now when I edit that record, instead of an image preview, I just get a text link to the uploaded image - the format of the link is :
xxx_download.php?field=other-pic1-thumb&key1=3
All of the other expected things like 'Keep, delete, update, browse etc are still there and working but I want an image preview of the uploaded image instead of a text download link.
Has anyone got any ideas?
Many thanks
Alby