Hi, I gave a try at abletonformstream. Very similar approach to what I found in gp.fileupload. Nicely done, I like the integration with tw.forms and tg in general, even better is the way to override the file storage strategy.
Still I had some problems running the demo app I had to replace in root.py from formencode.validators import Float with from formencode.validators import Number I had an import error. Moreover validate wasn't imported Still I got it running. I experience a strange behaviour, I monitor the file repos while uploading a file (600 Mo of data) The file is fully saved, nothing then for 3 to 5 seconds, and suddenly the progress bar starts to move rapidly from 0 to 100%. Is this the expected behaviour ? I also have a question, is it possible to have several files uploaded at once, each with its own progress bar ? (if not I can live with 2 forms) thanks for sharing this nice piece of software NiL -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

