>I am trying to trap an error when someone uploads a file that is 0 
>length.  I get this error now

There may be a better option, but have you tried catching a specific exception 
type? Look at the top of the stack trace. Then try and catch that exception 
type.

<cfcatch>
   ...
   <cfcatch type="some.specific.JavaExceptionHere">
   ..
  </cfcatch>
</cfcatch>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320669
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to