File:  [Repository] / ImageArchive / zpt / addImage.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Mar 11 19:37:15 2004 UTC (20 years, 3 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
Initial revision

<html>
  <body>
    <h1> Add an Image to the Collection Folder</h1>
	<p>Please make sure, that the filename contains no space or special character (other than a-Z and 0-9 and _)</p>
    <form action="addImage2" method="post" enctype="multipart/form-data">
    <table>
      <!--<tr>
	<td>ID</td>
	<td><input name="id"/></td>
      </tr>
      <tr>-->

      <tr>
	<td>Filename:</td>
	<td><input type="file" name="fileupload"></td>
      </tr>
    </table>
    <br><br><br><br><br><br><br><br><br>


    <input type="submit">	
    <table>
      <tr>
	<td colspan=2>
                <br><br>
		<h2>-- DOES NOT WORK YET -- Metadata (optional)</h2>
	</td>
      </tr>
      <tr>	
	<td><i>Metadata URL:</td>
	<td><input type="text" name="meta"></td>
      </tr>
      <tr>
	<td><input type="checkbox" name="use_default"></td>
	<td> or use the collection default. </td>
   </table>
   <input type="submit">
   </form>

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