public void create( final Package pkg,
final String baseFileName,
final NewResourcePresenter presenter ) {
busyIndicatorView.showBusyIndicator( DecisionTableXLSEditorConstants.INSTANCE.Uploading() );
final Path path = pkg.getPackageMainResourcesPath();
final String fileName = buildFileName( baseFileName,
resourceType );
final Path newPath = PathFactory.newPathBasedOn( fileName,
URL.encode( path.toURI() + "/" + fileName ),
path );
uploadWidget.submit( path,
fileName,
URLHelper.getServletUrl(),