I see there are quite a few upload /progressbar components, most of which use swf/flash.
I am implementing a feature in an app that entails uploading a smallish file (< 1 Mb) and then loading it into a database (longish operation - 10 -15 minutes, dont ask :/ ).
I'd like to show progress information for both phases of the import process. What would be your recommended strategy for implementing this feature? Any tools I should consider?
Clients are using mostly IE8, but I'd like to avoid using Flash if possible.