gwt-material-addins icon indicating copy to clipboard operation
gwt-material-addins copied to clipboard

MaterialFileUploader change name file not work

Open boisnou opened this issue 8 years ago • 0 comments

when i set the name of file in method addAddedFilHandler, nothing change :

cardUploader.addAddedFileHandler( new AddedFileHandler<UploadFile>() {

			@Override
			public void onAddedFile( AddedFileEvent<UploadFile> event ) {
				event.getTarget().setName( "youpipipi" );
			}
		});

the webservice is call with old name.

boisnou avatar Jun 19 '17 09:06 boisnou