I have done it with pre 1.0 django using a patch that can be found in the wiki. Its supposedly become easier with 1.0. 1.0 supports streaming large file uploads to disk without having to patch django, you implement your own upload handler to record progress so you can poll it via ajax. See
http://docs.djangoproject.com/en/dev/topics/http/file-uploads/#upload-handlers Sean [EMAIL PROTECTED] wrote: > Whilst we are on the subject of Django. Has anyone got a working > implementation of a Django file upload ajax progress bar they would > like to share, or some pointers on how best to implement one. > > Cheers, > John > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Python Ireland" 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.ie/group/pythonireland?hl=en -~----------~----~----~----~------~----~------~--~---
