I had the same problem. After the upload is complete, remove the formpanel from the screen (removeFromParent). IOW only show the FileUpload when needed.
On Wed, Jul 25, 2012 at 12:42 AM, Juan Pablo Gardella < [email protected]> wrote: > Hi, > > I see http://code.google.com/p/google-web-toolkit/issues/detail?id=624and at > now I do not see any workaround that works on all browsers. I did an > upload file that is similar at the gmail (use FormPanel and FileUpload), > but the only problem that had is that when do the submit affect the > history. I did a test and in gmail, of course works well, doesn't affect > history. > > Any know how can do an upload file that use FormPanel and FileUpload and > doesn't affect history? If yes, I can reuse my code, if not I how I can do > an upload file that doesn't affect back button support. > > Thanks, > Juan > > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- A world citizen -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
