DUH!!! Don't know what I was thinking! I have only used the 
tag a MILLION times. Ok Rephrase are you using
CFFILE action="upload" on your action page?
would look something like:
<CFFILE ACTION="UPLOAD" 
   FILEFIELD="FileContents" 
   DESTINATION="#request.filepath#"
   NAMECONFLICT="OVERWRITE"
   ACCEPT="image/*">
Kelly

> Are you using CFUPLOAD so it will actually upload?

Just a warning - there's no CFUPLOAD tag. Use CFFILE instead.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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