File:  [Repository] / ImageArchive / zpt / upDateImageForm.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Dec 23 14:08:05 2004 UTC (19 years, 6 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
update added

<html>
  <body>
    <h1> Update an Image at the Collection Folder</h1>
   <p tal:content="here/getId"/>
    <p>Old:
    <span tal:replace="structure python:here.thumb()"/></p>	
    <form action="updateImage" method="post" enctype="multipart/form-data">

	<p>Filename:<input type="file" name="file" size="100"></p>

    <input type="submit">	
   </form>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>