{formlabel label="Upload File(s)"}
{forminput}
{if $gBitSystem->getConfig("liberty_attachment_style") == "multiple"}
{formhelp note='After selecting the file you want to upload, please return to the edit area and click the save button.'}
{elseif $gBitSystem->getConfig("liberty_attachment_style") == "ajax"}
{include file="bitpackage:liberty/attachment_uploader_inc.tpl"}
{formhelp note='After selecting the file you want to upload, please return to the edit area and click the save button.'}
{else}
{formhelp note='After selecting the file you want to upload, please return to the edit area and click the save button.'}
{/if}
{/forminput}