Hi Marcos,
We actually have a file upload widget that we've written for proprietary
products. We've shied away from including it in Spiffy UI because it has a
lot of server-side code. We wanted a file upload widget to support AJAX
style file uploads, an upload progress bar, and the ability to cancel an
upload in progress. That requires a tight integration with the client and
the server.
Spiffy UI is a mostly client-side framework and we're committed to running
against any server. We have a couple of server-side pieces for
localization, but they're small and easy to replace in other environments.
An awesome file upload control for GWT would be a great open source project,
but probably not a good fit for Spiffy UI.
Thanks,
Zack