It seems in this situation you do not need to use dmFile at all.
Try this...
<cfproperty
ftSeq="60"
ftFieldset="Addresses"
ftWizardStep="Addresses"
name="csvfile"
type="string"
hint="CSV List for this broadcast"
required="no"
ftLabel="Broadcast List"
ftType="file"
ftDestination="/tlEmailBroadcastList"
ftSecure="true" />
Alternatively, if you do wish to use dmFile and have this property a
uuid, then you will need to extend dmFile and change the [filename]
property ftSecure metadata.
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 1:14 PM, Derek Westfall wrote:
> 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:farcry-
> [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
>>
>>
>
> >
>
> 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
-~----------~----~----~----~------~----~------~--~---