In a GWT application, I am using the fileupload widget and when I upload the first file then it shows progressbar corresponding file size and after completion of uploading, the progress bar hides and then I upload second file this time shows both progressbar of first file and second file. To solve this problem I refresh the page using Window.Location.reload();
after uploading the first file, then it doesn't show the progressbar of the first file while uploading second file, it runs smooth. But there is no meaning of asynchronous of gwt. So how can I resolve this problem?
Thanks rahul