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]

Reply via email to