I am using pmwiki with ZAP and I'm trying to have the upload function to work. Here is the current version of my script:<br><br>(:zapform upload name=<span>UploadPhoto</span>:)<br clear="all">
(:input file uploadfile:)<br clear="all">(:input hidden upname "test.jpg":)<br clear="all">
(:zap upload="" <span>UploadPhoto</span>:)<br clear="all">
(:input submit <span>UploadPhoto</span>:)<br clear="all">
(:zapend:)<br clear="all">
<br clear="all">
There is no error message associated to the form. When I click on the button, I am redirected to the upload
page but I systematically get the message : test.jpg: no file uploaded.<br><br>Can anybody help me ?<br><br>Cheers,<br><br>Benoit