Can some body please share a link to a live example of a crystal reports 
report. I also have the following questions:

Is Crystal Report processor intensive?
Is it viable to use the free version that comes with older versions of CF?
Any examples?
What does the new version cost!! I couldn't find a price on seagates website.

Thank you.
Brook


At 01:10 PM 19/04/01 -0400, you wrote:
>If you have not included the enctype="multipart/form-data"  parameter in
>your form submission you will get this error.  It can also be caused by
>users with browsers older than MSIE 4 or Netscape 3 trying to use the <input
>type="file"> tag on a page.  These browsers don't know about this tag.
>Check your error log and you can see what browser version is used when the
>error occurs.  These days it's usually it's MSIE 3.02.
>
>Mike Cady
>
>----- Original Message -----
>From: "Susan Matthews" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Thursday, April 19, 2001 11:47 AM
>Subject: RE: help
>
>
> > I have IE5, but my client uses IE and I don't know which version.
> >
> > > -----Original Message-----
> > > From: Michael A. Cady [mailto:[EMAIL PROTECTED]]
> > > Sent: Thursday, April 19, 2001 10:26 AM
> > > To: CF-Talk
> > > Subject: Re: help
> > >
> > >
> > > What version of IE are you using to test?
> > >
> > > ----- Original Message -----
> > > From: "Susan Matthews" <[EMAIL PROTECTED]>
> > > To: "CF-Talk" <[EMAIL PROTECTED]>
> > > Sent: Thursday, April 19, 2001 10:01 AM
> > > Subject: help
> > >
> > >
> > > > Hi-
> > > >
> > > > I have a form that allows users to upload files using:
> > > > <input type="file" name="newsPrint">
> > > >
> > > > On the receiving form I upload the file:
> > > > <CFFILE DESTINATION="#dir.root#newsletter\"
> > > > ACTION="UPLOAD"
> > > > nameConflict = "overwrite"
> > > > FILEFIELD="newsPrint">
> > > >
> > > >
> > > > The above works fine in Netscape, but in IE I get the following error:
> > > > Error in CFFILE tag
> > > >
> > > > The form field specified in the CFFILE tag (NEWSPRINT) does not
> > > contain an
> > > > uploaded file. Please be sure that you have specified the correct form
> > > field
> > > > name.
> > > >
> > > > The error occurred while processing an element with a general
>identifier
> > > of
> > > > (CFFILE), occupying document position (165:2) to (168:23).
> > > >
> > > >
> > > > Does anyone know what I need to do to fix this?
> > > >
> > > > Thanks!!
> > > > -Susan
> > > >
> > > >
> > > >
> > >
> >
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to