Is this already fixed or not? I have the same problem in Firefox. I use Vaadin 7.0.6 and Easyuploads 7.0.1, Firefox 17.0.1, Ubuntu 12.04.
Does anyone know what causes the problem?
I’ve tested in Chrome and works fine.
What can I do to cancel an upload in progress? I’m already implementing a MultiUploadHandler, but I did not find a method in related classes to do this.
Hello there!
I have a problem with Internet Explorer and the opening of the dialog of the easy upload. On some machines with IE9 the click on the button opens the file-dialog but on some it doesn’t work at all.
Did anyone have this problem and what did you do about it? I can’t figure it out…
In multifile upload? In IE it depends on flash, so maybe you don’t have it installed? They have done that for security purposes lately…
Gergely, you could have also contributed features to EasyUploads. I actually just earlier this week received a patch for interrupting uploads. Added it into source control, but didn’t cut a version. Sources for V7 version are in github: https://github.com/mstahv/easyuploads
I’m trying to use the component EasyUploads with Vaadin version 7.0.7, but the following error occurs:
... 28 more
Caused by: java.lang.IncompatibleClassChangeError
at com.vaadin.ui.AbstractComponentContainer.addComponent(AbstractComponentContainer.java:210)
at com.vaadin.ui.GridLayout.addComponent(GridLayout.java:230)
at com.vaadin.ui.GridLayout.addComponent(GridLayout.java:296)
(...)
Are there any tricks? It is only paste the JAR in LIB?!
I’m trying to use the component EasyUploads with Vaadin version 7.0.7, but the following error occurs:
... 28 more
Caused by: java.lang.IncompatibleClassChangeError
at com.vaadin.ui.AbstractComponentContainer.addComponent(AbstractComponentContainer.java:210)
at com.vaadin.ui.GridLayout.addComponent(GridLayout.java:230)
at com.vaadin.ui.GridLayout.addComponent(GridLayout.java:296)
(...)
Are there any tricks? It is only paste the JAR in LIB?!
In truth, I sanitize the cache and the error is now this:
... 27 more
Caused by: java.lang.LinkageError: com/vaadin/ui/UI
at com.vaadin.server.AbstractClientConnector.getUI(AbstractClientConnector.java:451)
at com.vaadin.server.AbstractClientConnector.markAsDirty(AbstractClientConnector.java:137)
at com.vaadin.ui.AbstractComponent.setWidth(AbstractComponent.java:816)
at com.vaadin.ui.AbstractComponentContainer.setWidth(AbstractComponentContainer.java:257)
at com.vaadin.ui.AbstractComponent.setWidth(AbstractComponent.java:829)
at org.vaadin.easyuploads.MultiFileUpload.<init>(MultiFileUpload.java:64)
(...)
Hi Gergely, Thanks for the reply. I will test your add-on soon.
Guys, I’m in trouble with the following problem: I set up the easyuploads inside my application on a remote server and the responsiveness while uploading 5-15 files 5-10MB each is very poor, showing the red spinner constantly and freezing the user interaction with the application (this behaviour doesn´t occur in development environment or on the same local network). On the same screen of progress bars, I have some UI components, but the application is frozen while the file is loaded.
Have any of you experienced that? Is there some setting in the JVM, tomcat or Vaadin that I missed that should be made to normalize other interactions while the upload is done?