Friday, March 6, 2009, 2:58:41 PM, edwin marte wrote:

> (:foxmessages:)
>  (:fox prueba upload=1 :)
> (:input file upfile size=60:)
> (:input hidden  subido {$$upfile_name}:)
> (:foxptv ptvfmt=deflist ptvfields=subido ptvtarget={$FullName} put=bottom:)
> (:foxend prueba:)
> (:attachlist:)

Two things:

a) your form needs a submit button. Add something like
(:input submit post "Upload":)

b) if you use upload=1 you need to have  a target= parameter.
Better in you case to use uptarget={$FullName} instead, because you
are not adding text to anywhere:

(:fox prueba uptarget={$FullName} :)


  ~Hans


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to