From: Rob H. <for...@us...> - 2001-11-26 19:02:34
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv19476 Modified Files: upload.html Log Message: this should be action=file, command=upload, not action=upload doesn't actually do anything yet, but still :) Index: upload.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/upload.html,v retrieving revision 1.3 retrieving revision 1.4 diff -U2 -r1.3 -r1.4 --- upload.html 2001/11/24 11:58:00 1.3 +++ upload.html 2001/11/26 19:02:32 1.4 @@ -1,5 +1,6 @@ <form method="post" action="<TMPL_VAR NAME=PROGNAME>" enctype="multipart/form-data"> -<input name="action" value="upload" type="hidden" /> +<input name="action" value="file" type="hidden" /> +<input name="command" value="upload" type="hidden" /> <input name="location" value="<TMPL_VAR NAME=LOCATION>" type="hidden" /> <input name="fullpath" value="<TMPL_VAR NAME=FULLPATH>" type="hidden" /> |