<#WOHtml> HelloThumbnail

Hello Thumbnail

<#WOForm action="post" enctype = "multipart/form-data" ?wosid="false"> Upload an image: <#WOFileUpload name="upload" var:data="data" var:filePath="filename" var:contentType="contentType" /> <#WOSubmitButton name="ok" value="ok" />
Uploaded File: <#get var:value="filename" />
Uploaded Size: <#get var:value="dataLength" />
Uploaded Type: <#get var:value="contentType" /> <#if var:condition="session.sourceImage">
Image:
<#get var:value="session.sourceImage" />
<#WOImage action="sourceImage" /> <#WOImage action="thumbnail" ?height="128" valign="top" /> <#WOImage action="thumbnail" ?height="64" valign="top" /> <#WOImage action="thumbnail" ?height="32" valign="top" /> <#WOImage action="thumbnail" ?height="16" valign="top" />