Gossamer Forum
Home : Products : Gossamer Links : Discussions :

add an image to a Category Table

Quote Reply
add an image to a Category Table
Hi,
I want customiz Links Sql. In Home when appear the first category I want Load images to put

1) I had a columns in Category Table

2) And I modified the include_form.html add the follow code

<tr><td>
</td></tr>
<tr>
<td align="right" valign="top"><%body_font%>Seleziona l'immagine:</td>
<td>
<%form name="Immagine" enctype="multipart/form-data"%>
<%input type="file" name="Image"%>
<%/form%>

</td></tr>

After this procedure I want edit a Category and in the new Field add the image works.jpg but appear a dialog box with a message:
------------------------------
=============
An error has occurred
=============

Unable to modify Category

+Image Cannot contain the value works.jpg
------------------------------

Is a problem for me

thanks

Salvatore