Re: Debugging file uploads

2007-07-21 Thread Stefan Matthias Aust
Russ, 2007/7/20, Russell Keith-Magee <[EMAIL PROTECTED]>: > > The Django debug HTML page is great for finding bugs in templates and > > view functions. However, if you have an error in a view function with > > a request object that contains a - say - 200MB file object, well, then > > your browse

Re: Debugging file uploads

2007-07-19 Thread Russell Keith-Magee
On 7/19/07, Stefan Matthias Aust <[EMAIL PROTECTED]> wrote: > > Is this something I should file an issue for? > > The Django debug HTML page is great for finding bugs in templates and > view functions. However, if you have an error in a view function with > a request object that contains a - say -

Debugging file uploads

2007-07-19 Thread Stefan Matthias Aust
Is this something I should file an issue for? The Django debug HTML page is great for finding bugs in templates and view functions. However, if you have an error in a view function with a request object that contains a - say - 200MB file object, well, then your browser dies a slow and painful dea