final FileuploadDlg dlg = (FileuploadDlg)
exec.createComponents(
_templ, null, params);
try {
dlg.doModal();
} catch (Throwable ex) {
dlg.detach();
if (ex instanceof InterruptedException)
throw (InterruptedException)ex;
throw UiException.Aide.wrap(ex);