Well we do have some Large CFMX Generated HTML(output) Reports...
Is it possible that the user might have clicked "Stop" while the report was downloading
to the browser and that threw an error on the Log Files?
Thanks,
Joe Eugene
----- Original Message -----
From: Bryan F. Hogan
To: CF-Talk
Sent: Wednesday, March 24, 2004 9:37 AM
Subject: Re: JRun CFMX Error
I have only seen this error popup when a user chooses to cancel the
download of a file with me using cfcontent. The error in my case is
never seen by the user it does however right to the logs.
To make it stop I used cftry around the cfcontent tags.
<cftry>
<cfcontent ...>
<cflocation ...>
<cfcatch type="any">do nothing because the user can't see the
error</cfcatch>
</cftry>
Joe Eugene wrote:
> Does anybody know how to resolve the below error? There are a few
> of these on the Error Logs...only pointer i could find.. is that this can
> happen if the user stops the request... but that error message is a little
> different.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

