Re: General File Upload Questions.

2006-12-01 Thread Istvan Albert
> Can anyone comment on the upload limitations of Django? alas the situation is hopeless, the fix itself is very simple, unfortunately the patch that was supposed to add this http://code.djangoproject.com/ticket/2070 has degenerated into adding a completely unrelated feature (progress

Re: General File Upload Questions.

2006-12-01 Thread Guillermo Fernandez Castellanos
This might help you: http://code.djangoproject.com/ticket/2070 G On 12/1/06, Paul Childs <[EMAIL PROTECTED]> wrote: > > > Paul Childs wrote: > > > > 1. Is there an upper limit to the size of files that one can upload to > > Django? I am able to upload files of about 5 MB or less with no > >

Re: General File Upload Questions.

2006-12-01 Thread Paul Childs
Paul Childs wrote: > 1. Is there an upper limit to the size of files that one can upload to > Django? I am able to upload files of about 5 MB or less with no > problems, but when I try to upload a file (to the Django dev server) > which is larger I get an error message from Django. (Traceback

Re: General File Upload Questions.

2006-11-30 Thread patrick k.
Am 30.11.2006 um 14:26 schrieb Paul Childs: > > I have been investigating file uploads in general and also with Django > in mind. This thread gave me a place to start: > http://tinyurl.com/ymzmds >

General File Upload Questions.

2006-11-30 Thread Paul Childs
I have been investigating file uploads in general and also with Django in mind. This thread gave me a place to start: http://tinyurl.com/ymzmds