Oh yeah!! It was that! Thank you veru much Alex :)

I forgot to put the template code, Here it is (mayb useful for some
other):

------upload.html------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://
www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="/media/css/forms.css" />
</head>
<body class="dashboard">
<form action="/files/upload/" enctype="multipart/form-data"
method="POST">
<table>
        {% for field in form %}
                <tr>
                <td valign=top>{{ field.label_tag }}</td>
                        <td>{{ field }}
                                {% if field.help_text %}{{ field.help_text }}{% 
endif %}
                                {% if field.errors %}<dd class="myerrors">{{ 
field.errors }}</dd>
{% endif %}
                        </td>
                </tr>
        {% endfor %}

</table>
<input border=0 hspace=0 src="/media/acabar.gif" type="image"
name="Registrar" value="54" width="180" height="54"
onClick="form.submit();">
</form>
</body>
</html>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to