> We are trying to pull files from a remote server to a web
> page via the CFCONTENT tag, and are running into the problem
> that the CFCONTENT uses the IIS server account rather than
> the account that CF runs under.
>
> For a discussion of this problem, see:
>
> http://forums.allaire.com/DevConf/Thread.cfm?&&Message_ID=2722
> 94&_#Message272294
>
> Would it be functionally equivalent to use a CFHEADER and CFFILE,
> which avoids the problem?

Yes, that would avoid the problem, although if you're trying to handle
non-ASCII data, you'll have to use CFFILE to retrieve the remote file, save
it somewhere that's accessible with CFCONTENT, and then use that, which will
be slow and painful.

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

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