jijo-paulose / gwtupload

Automatically exported from code.google.com/p/gwtupload
Other
0 stars 0 forks source link

Loop on onSubmitComplete #211

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Upload a File
2.Loop on onSubmitComplete

What is the expected output? What do you see instead?
I just want to upload a file, the file is uploaded but after onFinishUpload 
event a loop on onSubmitComplete appear.
I don't have this problem with gwtupload 1.0.1
I don't have error in SuperDevMode just after deploy and testing with Firefox.
With firebug, i see infiny loop between server and the client with : 
"onSubmitComplete exception parsing response (Check CORS and XML syntax)".
But the fisrt onSubmitComplete was correct without exception, i don"t 
understand why onSubmitComplete is calling twice.

What version of the product are you using? On what operating system?
1.0.3 with GWT 2.7.0

Please provide any additional information below.

Original issue reported on code.google.com by skalim...@gmail.com on 23 Feb 2015 at 7:34