Howdy,

I don't think you can stop CFFILE, but you can manage the page after the
cffile action.


<CFIF cffile.ClientFileExt EQ 'jpg' or cffile.ClientFileExt EQ 'gif'>
        
<CFELSE>
        <CFFILE ACTION="DELETE" FILE="#photo.name#">
</CFIF>

HTH,

Sean

-----Original Message-----
From: Double Down, Inc [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 08, 2000 6:45 PM
To: [EMAIL PROTECTED]
Subject: CFFILE Accept


This is a multi-part message in MIME format.

------=_NextPart_000_0008_01BFD160.7CDD3280
Content-Type: text/plain;
        charset="Windows-1252"
Content-Transfer-Encoding: 7bit

Trying to set the accept attribute in CFFILE to only accept .jpg and .gif
 
Can someone tell me how to do this.
 
TIA
 
DDINC
 
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to