Open mseele opened 4 years ago
also helpfull to make a ui like this:
workaround for me right now is using this method:
private native void openFileDialog(Uploader uploader) /*-{
var fileUpload = uploader.@org.wisepersist.gwt.uploader.client.Uploader::fileUpload;
uploader.@org.wisepersist.gwt.uploader.client.Uploader::openFileDialog(Lcom/google/gwt/user/client/ui/FileUpload;Z)(fileUpload, false);
}-*/;
The PR has been merged.
The sample UI looks great, but any PRs are welcome.
we need this to open the file dialog to select a file from somewhere else in the ui than the upload button
please see pr https://github.com/jiakuan/gwt-uploader/pull/7 who fixes this