[pmwiki-users] Any Fox Upload Working code
Hans
design5 at softflow.co.uk
Fri Mar 6 14:36:17 CST 2009
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
More information about the pmwiki-users
mailing list