File:  [Repository] / ImageArchive / zpt / addImage.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon May 15 08:18:02 2006 UTC (18 years ago) by dwinter
Branches: MAIN
CVS tags: HEAD
minorCVS: ----------------------------------------------------------------------

<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>
	<p>The imagename <b> must have</b> a suffix which defines the imageformat, i.e. jpeg,jpg, tiff, tif, png,... . </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>