Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv29108/templates
Modified Files:
upload_file.html
Log Message:
file upload now works from the file menu.
it probably does NOT work from the browse menu (yet).
Index: upload_file.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/upload_file.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -U2 -r1.2 -r1.3
--- upload_file.html 2001/12/18 09:07:38 1.2
+++ upload_file.html 2002/01/18 07:37:34 1.3
@@ -5,7 +5,8 @@
<input name="location" value="<TMPL_VAR NAME=LOCATION>" type="hidden" />
<input name="fullpath" value="<TMPL_VAR NAME=FULLPATH>" type="hidden" />
+<input name="filename" value="<TMPL_VAR NAME=FILENAME>" type="hidden" />
Enter a file to upload:<br />
<TMPL_VAR NAME=ERROR>
-<input name="uploaded_file" type="file" /><br />
+<input name="filehandle" type="file" /><br />
<input name="done" type="submit" /><br />
</form>
|