Sorry I forgot the Submit in the copy/paste, it is allready there. :-)<br><br> I believe uptarget={$FullName} was what I was missing !<br><br>I'll test later On today.<br><br>Thanks Hans<br>Regards,<br>Edwin<br><br><br>
<br><div class="gmail_quote">On Fri, Mar 6, 2009 at 6:36 PM, Hans <span dir="ltr"><<a href="mailto:design5@softflow.co.uk">design5@softflow.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">Friday, March 6, 2009, 2:58:41 PM, edwin marte wrote:<br>
<br>
<br>
> (:foxmessages:)<br>
> (:fox prueba upload=1 :)<br>
> (:input file upfile size=60:)<br>
> (:input hidden subido {$$upfile_name}:)<br>
> (:foxptv ptvfmt=deflist ptvfields=subido ptvtarget={$FullName} put=bottom:)<br>
> (:foxend prueba:)<br>
> (:attachlist:)<br>
<br>
</div>Two things:<br>
<br>
a) your form needs a submit button. Add something like<br>
(:input submit post "Upload":)<br>
<br>
b) if you use upload=1 you need to have a target= parameter.<br>
Better in you case to use uptarget={$FullName} instead, because you<br>
are not adding text to anywhere:<br>
<br>
(:fox prueba uptarget={$FullName} :)<br>
<font color="#888888"><br>
<br>
~Hans<br>
<br>
</font></blockquote></div><br>