[Zope] Progress bar for file upload

Andrew Milton akm at theinternet.com.au
Sun Feb 12 19:35:09 EST 2006


+-------[ 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
akm at theinternet.com.au


More information about the Zope mailing list