Developer Info: If you are using jsupload and you do not need cross-domain, try version compiled with standard linker?

UPDATED: 01 November 2013
I worked around gwtupload plugin created by "Manolo Carrasco". Sample application : gwtupload custom package with sample application


I was getting same message popup so many time. I dig down and found the solution for this alert box with gwt environment. I haven't tried jsupload so it may not work for it.

Unable to auto submit the form, it seems your browser has security issues with this features.
Developer Info: If you are using jsupload and you do not need cross-domain, try version compiled with standard linker?

Solution: I checked my lib folder and found there are two jars of commons-io and commons-fileupload with different version. Old version that don't support gwtupload plugin's requirement. I removed old version of commons-io and commons-fileupload from lib folder and everything working fine.

0 comments :