views:

54

answers:

0

Hello all, I've been implementing a Gears-powered fileupload mechanism for our app. It works great except for one small bug. When I drag files onto the window, the function call desktop.getDragData() properly gives me the list of files dragged over the first time. However, subsequent drops with calls to this function give me the original list of files and not the new ones.

Searching on the net, I found one person with a similiar issue and he responded by saying that he solved it my placing gears_init in the html document body instead of the header. That solution didn't help me unfortunately.

Has anyone experienced this issue before?

Testing environment: IE8, no Flash/Java on page.