He Shiming wrote:
Dear Pylons Community,

I'm working on the part of a project that involves monitoring a queue
of multiple file uploads for a session. The objective is to create an
ajax progress bar similar to those file hosting services.

I searched on this topic and found that I'll need to configure some
middleware component with paste.progress to implement it. But I can't
seem to find any example on this subject.

Could anyone guide me through the making of this kind of
functionality? Thanks in advance!

If you plan to use Paster in production, you can use gp.fileupload:
http://pypi.python.org/pypi/gp.fileupload/
If e.g. you plan to use uWSGI, Nginx and Cherokee have modules for handling this, e.g. http://wiki.nginx.org/HttpUploadProgressModule

--
Juliusz Gonera
http://juliuszgonera.com/

--
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en.

Reply via email to