<% if isDisabled || isReadonly %> <% if isSaveable %> <% else %>
<% _t('FileIFrameField.ATTACHONCESAVED2', 'Files can be attached once you have saved the record for the first time.') %>
<% end_if %> <% else %>
style="display: none;"<% end_if %>>
<% if $multiple %> <% _t('UploadField.DROPFILES', 'drop files') %> <% else %> <% _t('UploadField.DROPFILE', 'drop a file') %> <% end_if %>
<% if not $autoUpload %> <% end_if %>
<% end_if %>