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
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.
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
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