On Wed, Apr 30, 2008 at 3:56 AM, kamil <[EMAIL PROTECTED]> wrote: > > hi. I want to implement "fancyupload" from > http://digitarald.de/project/fancyupload/ > Is there any way to read progress of uploading from the server in > python? > Any sugestions? >
You might take a look at ticket #4165: http://code.djangoproject.com/ticket/4165 That's the one I know of that is looking to add a file upload progress-bar function. It got split out of out #2070 (major rewrite of file upload handing) and is probably dependent on it. I've never used it so don't know how its capabilities compare with the fancyupload, nor the state of the patch, but at least it might give you some ideas. Karen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

