The SNIPPET element associates a snippet object identifier with a template to be used by the Genero Web Client snippet-based rendering engine when rendering forms that include the specified object.
<SNIPPET Id="snipId" Style="mystyle"> snippath </SNIPPET>
snipId is the object identifier
mystyle is the value of the STYLE attribute
snippath is the path to the template snippet file
<SNIPPET Id="Edit" Style="FileUpload"> $(res.path.tpl.html5)/FileUpload.xhtml</SNIPPET>
EDIT f01 = formonly.f01, STYLE="FileUpload";
For more information, refer to the Genero Web Client User Guide.