Please specify the name of the image. Using this name you will be able to insert this image i.e. into a story by typing <% image name="nameofyourimage" %> |
|
<% this.alias as="editor" %> |
Alttext: |
<% this.alttext as="editor" width="25" %> |
File: |
<% this.input type="file" name="rawimage" width="10" %> |
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: |
<% this.input type="text" name="maxwidth" width="5" value="400" %> pixel |
max. height: |
<% this.input type="text" name="maxheight" width="5" value="400" %> pixel |
create thumbnail: |
<% this.input type="checkbox" name="thumbnail" check="true" %> |
|
<% this.input type="button" value="save" %> <% this.input type="button" value="cancel" %> |