Hi.
I am trying to do file uploads in cfa_controlhandler, like this
<cfa_controlHandler
name="e#n#"
r_contextName="cn"
r_stContextData="cd"
>
<cfa_controlHandlerEvent name="UPLOAD">
<cffile
action="upload"
filefield="#cn#.file"
destination="C:/TEMP/"
nameconflict="Makeunique"
>
[...]
<cfoutput><input type="file" name="#cn#.file">
<input type="submit" name="#cn#.upload" value="upload">
</cfoutput>
Unfortunately CFFILE appears to insist that the FILEFIELD parameter not
contain any pound signs at all, so this does not work.
Who knows a way around this? (Apart from not using control handlers.)
--
Michiel Boland <[EMAIL PROTECTED]>
Digital Valley Internet Professionals
Plantsoen 17, Wageningen, The Netherlands
Phone: +31 317 465555, Fax: +31 317 460276
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.