225226227228229230231232233234
* */ protected void showUploadForm() throws IOException, BadRequestException, SQLException { final TUpload tpl = new TUpload(); getResponse().showHtml( tpl ); }