Message Text |
I have added a field {CATPHOTOATTACH}. I have this within my other sites and it has always worked fine. However, I can't seem to attach an image on this site.
I edit a category, go to the field and browse, select the image and then save changes. Only it doesn't attach the image.
I have in my customcat.tpl....
<input type="file" name="Photoattach" ><br >
{CATPHOTOATTACHTITLE} ({CATPHOTOATTACHNAME}) <br >
<input type="checkbox" name="photoattachdelete" value="1"> Delete Photo
The image does not show in the cat and when I go back into edit {CATPHOTOATTACHTITLE} and ({CATPHOTOATTACHNAME}) are both empty.
No error messages are given and it looks as thought it saves correctly.
|