wbstr / vaadin-multifileupload

12 stars 23 forks source link

Unresponsive UI and problem with larger files #15

Closed rabinxyz closed 8 years ago

rabinxyz commented 10 years ago

Hi

I have similar problems as described here: https://github.com/wbstr/vaadin-multifileupload/issues/10

My configuration: Multiupload: 1.8, Vaadin 7.2.1, Push configuration: AUTOMATIC/WEBSOCKET

Larger files (bigger than around 5 MB). Dialog is not shown, vaadin indicator is not inform about any request, but uploading is handled in background. When I try to refresh page I'm getting information about upload cancellation.

For smaller files dialogs shows but sometimes is not responsive, sometimes it takes some time to show, and sometimes it's not hidden after upload is finish.

Do You have maybe some advice in this case?

rabinxyz commented 10 years ago

Finally issue is connected to our server configuration - nginx - tomcat. Maybe information helpfull for others. There is an issue about download progress indication if You use nginx as proxy:

http://stackoverflow.com/questions/12282342/nginx-files-upload-streaming-with-proxy-pass

juger89 commented 8 years ago

17 will give a "solution" for this.