I was trying to use ftSecure like this --
 
<cfproperty 
ftSeq="60" 
ftwizardStep="Addresses" 
ftFieldset="Addresses" 
name="csvfile" 
type="UUID" 
hint="CSV List for this broadcast" 
required="no" 
ftLabel="Broadcast List" 
ftJoin="dmFile" 
ftSecure="true" 
ftType="file"
ftDestination="/tlEmailBroadcastList"
>
 
But the uploads were still going to the insecure location.
 
When I checked out dmFile.cfc I found ftSecure is always set to false. It
seems that I cannot override the ftSecure when using dmFile? Or am I just
going about it wrong?

Derek
 


  _____  

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Matthew Bryant
Sent: Friday, June 01, 2007 8:01 PM
To: [email protected]
Subject: [farcry-dev] Re: ftSecure, ftDestination


ftSecure is not depricated. What seems to be the problem. 


if ftSecure="TRUE" you file will be uploaded to:
#application.path.secureFilePath##ftDestination#

if ftSecure="FALSE" you file will be uploaded to:
#application.path.defaultFilePath##ftDestination#





Kind regards

-- 
-- Matthew Bryant
Product Development Manager
Daemon Internet Consultants
Adobe Solutions Partner
http://www.daemon.com.au/
p. 02 9380 4162
f. 02 9380 4204




On 02/06/2007, at 7:28 AM, Derek Westfall wrote:


It appears that ftSecure is deprecated? 

With formTools, how can I upload a file to be stored outside the webroot?

Thank you,

Derek Westfall




  _____  

Message protected by MailGuard: e-mail anti-virus, anti-spam and content
filtering.
http://www.mailguard.com.au/mg










--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to