<br>The code below  works for me, I don&#39;t know if for you is ok but hope can help. <br>I can get file name and other parameters when submitting and the write the PTV when file is uploaded.<br><br>Regards,<br>Edwin<br><br>
<br>(:input file upfile size=45:) <br><br>(:input submit post &quot;Upload&quot; :)<br><br>(:input hidden File_Name  {$$upfile_name}:)<br>(:input hidden  File_Size  {$$upfile_size} :)<br><br>(:foxptv ptvfields=File_Name,File_Size   ptvtarget={$FullPage}:)<br>
<br><br><br><div class="gmail_quote">On Tue, Mar 24, 2009 at 1:17 PM, noskule <span dir="ltr">&lt;<a href="mailto:noskule@gmx.net">noskule@gmx.net</a>&gt;</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;">
hi list, hans<br>
<br>
Is there a way to write a ptv if a user uploads a file via fox upload<br>
field? Something like<br>
<br>
if {$$upfile_name} != &quot;&quot; defaultpicture={$$upfile_name}<br>
<br>
If no upload takes place , the ptv &quot;defaultpicture&quot; should ne be<br>
overwritten.<br>
<br>
Thanks for any hins<br>
nos<br>
<br>
_______________________________________________<br>
pmwiki-users mailing list<br>
<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>
<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" target="_blank">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>
</blockquote></div><br>