home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 September / PCWorld_2000-09_cd.bin / Komunik / sambar / _setup.1 / create.stm < prev    next >
Text File  |  2000-05-07  |  1KB  |  38 lines

  1. <HTML>
  2. <HEAD><TITLE>Sambar Server Document Manager</TITLE></HEAD>
  3. <BODY bgcolor=#ffffff>
  4. <A HREF="/sysadmin/index.stm" TARGET=_top>
  5. <IMG border=0 ALIGN=left SRC="/sysimage/system/console.gif"></A>
  6. <center><FONT SIZE=6>Sambar Server Document Manager</FONT>
  7. <P>
  8. <TABLE border=0 cellspacing=8>
  9. <TR><TD>
  10. <br>
  11. <B><FONT SIZE=+2 COLOR=#000088>Upload File</FONT></B><BR>
  12. <FORM METHOD="POST" ACTION="/session/dm-create" enctype="multipart/form-data">
  13. <input type=hidden name="path" value="<RC@txt2html(RC$path)>">
  14. <TABLE border=0 cellspacing=4>
  15. <TR><TD><B>Path:</B></TD>
  16.     <TD><FONT SIZE=+1><I><RC$path></I></FONT></TD></TR>
  17. <TR><TD><B>File:</B></TD>
  18.     <TD><input type=text name="name" value="new.htm" size=40></TD></TR>
  19. <TR><TD></TD><TD><I>(Note: File name may not contain spaces!)</I></TD></TR>
  20. </TABLE>
  21. <br>
  22. <input type=file name="upfile" size=60>
  23. <br>
  24. <I>(Maximum file size is 100KB).</I>
  25. <br>
  26. <br>
  27. <input type=submit value="Upload File">
  28. </FORM>
  29. <BR>
  30. Return to browsing: 
  31.     <A HREF="/session/dm-browse?path=<RC@urlescape(RC$path)>"><RC$path></A>
  32. <BR>
  33. </TD></TR>
  34. </TABLE>
  35. </CENTER>
  36. </BODY>
  37. </HTML>
  38.