On Thu, Oct 30, 2008 at 11:12 AM, Faheem Mitha <[EMAIL PROTECTED]> wrote:
> > > Hi, > > Can anyone help with > > http://code.djangoproject.com/ticket/9232 > > ? Currently I don't even know if this problem is reproducible. If someone > could solve it, or even indicate what was wrong, if anything, I'd be happy > to pay for services rendered. > It's not a generally re-creatable problem. Using your project on one of my machines (Ubuntu) with Django 1.0, Apache 2.2 & mod_wsgi 2.3 an upload of a 700M file takes about a minute and a half (during which time I can see the tmp upload file continually growing in size), then gets an error on the redirect at the end of the view since "top_folders" is not reversable in the testproj config. Random question that cross my mind: Are you sure you have a clean install of Django 1.0 -- that is you removed any old level before installing 1.0? Are you trying the upload from a machine with a known good network connection to the server (or from the sever machine itself?). Do you see the same behavior if you run under the development server? 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 -~----------~----~----~----~------~----~------~--~---

