
February 20th, 2012, 12:37 PM
|
|
Moderator
|
|
Join Date: Jun 2002
Location: Raleigh, NC
|
|
|
You could try writing to some other directory (perhaps one within your own directory structure). But if the host has disabled writing to the file system completely, then your only options are to switch hosts or attempt to create the content and push it with cfcontent without saving it to disk.
Looking at your code, you could try just removing the GetTempFile() and cffile lines, since you're pushing the content straight into cfcontent as a variable.
|