File:  [Repository] / ImageArchive / zpt / addImageMD.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon May 15 13:14:16 2006 UTC (18 years, 1 month ago) by dwinter
Branches: MAIN
CVS tags: HEAD
md new

<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>Filename:</td>
	<td><input type="file" name="_fileupload"></td>
      </tr>
    </table>
  	<input type="hidden" name="-db" value="vision_main">
	  	artist_author <input type="text" size="40" name="artist_author"><br>
  		object_title <input type="text" size="40" name="object_title"><br>
  		inscription <input type="text" size="40" name="inscription"><br>

  	</form>

    <input type="submit">	

   </form>

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