I know someone (called Kevan who reads this list!) who had a similar problem
where, when using netscape, a form object of type file was not getting
posted with the form.  Come to think of it I think none of the other form
controls were posted either.  I may be getting things mixed up - Kevan - did
you resolve this?

------------------------------------------------------------------ 
Andrew Ewings
Project Manager
Thoughtbubble Ltd 
http://www.thoughtbubble.net 
------------------------------------------------------------------ 
United Kingdom 
http://www.thoughtbubble.co.uk/ 
Tel: +44 (0) 20 7387 8890 
------------------------------------------------------------------ 
New Zealand 
http://www.thoughtbubble.co.nz/ 
Tel: +64 (0) 9 488 9131
------------------------------------------------------------------ 
The information in this email and in any attachments is confidential and
intended solely for the attention and use of the named addressee(s). Any
views or opinions presented are solely those of the author and do not
necessarily represent those of Thoughtbubble. This information may be
subject to legal, professional or other privilege and further distribution
of it is strictly prohibited without our authority. If you are not the
intended recipient, you are not authorised to disclose, copy, distribute, or
retain this message. Please notify us on +44 (0)207 387 8890. 



-----Original Message-----
From: Susan Matthews [mailto:[EMAIL PROTECTED]]
Sent: 19 April 2001 15:02
To: CF-Talk
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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to