+-------[ Bruno Grampa ]---------------------- | Hello, | what is the better way to implement a simple progress bar when uploading | a file in Zope?
The way I did it was to write a FS Product to handles uploads and that spawns a new thread for each upload. You should generate an id and redirect to a status page that can render any graphs you need (based on the id). -- Andrew Milton [EMAIL PROTECTED] _______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
