un problemilla version ultima 0.5

edited marzo 2008 in Bugs y Problemas
Lo he bajado hoy con el svn hoy...

Este es el codigo, y el warning me lo da en upload_image_tag('image')

<!-- m --><a class="postlink" href="http://www.gesproinf.es/maquetas/albareda/subir">http://www.gesproinf.es/maquetas/albareda/subir</a><!-- m -->

si pones esto saldra los warning,,,lo he puesto en este sitio temporal...

Saludos

<? content() ?>
<h1>Importacion</h1>
<form action='/subir/enviar/' enctype = 'multipart/form-data' method = 'post' >
<table>
<tr>
<td align="right">
<b>Importar Fichero:(.xls) </b>
</td>
<td>
<?=upload_image_tag('imagen') ?>
</td>
</tr>

<tr>
<td align='right'></td>
<td>
<?= submit_tag('Enviar') ?>
<?= link_to('', 'Volver') ?>
</td>
</tr>
</table>
<? end_form_tag() ?>

Comentarios

Sign In or Register to comment.