Re: Exceptions in FileUploadHandlers

2008-08-28 Thread Karen Tracey
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 Ex

Exceptions in FileUploadHandlers

2008-08-28 Thread mwebs
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