Local file: <% input type="file" name="rawimage" size="20" %>
— or — (only specify either a local file or a remote URL)
Remote URL: <% input name="url" size="30" %>
Name: <% input name="alias" size="30" %>
If you do not specify a name Antville will create one based on the name of the local or remote file, resp.
Description: <% input type="textarea" name="alttext" cols="25" rows="3" %>
If you want to resize the image please specify your desired maximum width and/or maximum height. If you specify both the image will be resized to match both criterias, but the proportions of the image will be preserved.
max. width: <% input type="text" name="maxwidth" width="5" value="400" %> pixel
max. height: <% input type="text" name="maxheight" width="5" value="400" %> pixel
  If the width or height of your image exceeds 100 pixels Antville automatically creates a thumbnail of it, too.
 
<% input type="button" name="save" value="Save" %> <% input type="button" name="cancel" value="Cancel" %>