<!--Enable thumnails upload upload feature -->
<param name="Upload.Thumbnails.Upload" value="true">
<!-- Height of generated thumbnail -->
<param name="Upload.Thumbnails.Height" value="120">
<!-- Width of generated thumbnail -->
<param name="Upload.Thumbnails.Width" value="160">
<!-- Image format of generated thumbnails. Valid values are: JPEG, PNG, BMP -->
<param name="Upload.Thumbnails.Format" value="JPEG">
<!-- Prefix for file name of generated thumbnail. -->
<param name="Upload.Thumbnails.FilePrefix" value="">
<!-- It determines whether JavaPowUpload should upload an original image file to a server.-->
<param name="Upload.Thumbnails.UploadOriginalFile" value="false">
<!-- It determines whether JavaPowUpload should write metadata from the original image into the newly created thumbnail. -->
<param name="Upload.Thumbnails.IncludeOriginalImageMetadata" value="false">
<!-- It determines whether JavaPowUpload should display the edit panel (with rotate and crop icons) for images. -->
<param name="Common.DetailsArea.Thumbnails.Cell.ShowEditPanel" value="true">