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