Best way to add hooks for file upload progress

2007-04-29 Thread Mike Axiak
Hey, Recently I've been working on #2070 (and its child ticket, #4165). After combing the sea of comments under #2070, I came across 27 (http://code.djangoproject.com/ticket/2070#comment:27), which mentions the idea of adding hooks for people to store file progress information and even yell to th

Re: file upload progress

2006-06-09 Thread [EMAIL PROTECTED]
Hi! Got a new patch for streaming uploads, in ticket #2070 enabling even larger uploads and uploads in the admin. If it is of any intrest. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group.

Re: file upload progress

2006-06-07 Thread limodou
On 6/8/06, Jure Èuhalev <[EMAIL PROTECTED]> wrote: > > I would like implement interactive file upload progress using AJAX. > I'm already using patch from ticket #1484 to make large uploads > possible. > > I would be interested in any hints how could I follow the uploa

file upload progress

2006-06-07 Thread Jure Čuhalev
I would like implement interactive file upload progress using AJAX. I'm already using patch from ticket #1484 to make large uploads possible. I would be interested in any hints how could I follow the upload session of a user (as far as I understand view function gets called only after PO