On Thu, Aug 28, 2008 at 5:14 PM, mwebs <[EMAIL PROTECTED]> wrote:

>
> I wrote a custom FileUploadHandler to process uploaded data on the
> fly.
> My problem is that there are no exceptions raised.
>
> No matter if I am referencing a variable before I assign it, or if I
> do something like raise Exception(). The server seems to get stuck.
> The Exception does not bubble to the surface.
>
> For me it looks like a bug?!
> Any experiences or ideas?  otherwise I will open a ticket.
>

Hmm, I actually saw that behavior yesterday when I (unintentionally)
uploaded to a full disk.  I thought the write was hanging but actually it is
generating an exception.  I've expanded the scope of the ticket I opened
yesterday reporting this:

http://code.djangoproject.com/ticket/8622

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to