cfzip unzip to browser
Is there a way to unzip without writing the PDF file inside the zip to disk but directly to the browser for downloading?
View ArticleMy CFADMIN on CF11 is throwing a 500 Error when I click on Scheduled Tasks.
I log into my cfadmin and suddenly my CF Scheduled Tasks throws 500 Error when I look at log I see this ' The specific sequence of files included or processed is:...
View ArticleCF9 and Exchange 2013
We just upgraded to Exchange 2013. CF9 is no longer able to send emails. I'm not the webbed and don't use CF, but the people that do don't know what to do to fix this. Anyone have nay ideas?
View ArticleSimple way to create SES links on legacy site?
Hi. I am looking for an easy way to create search engine safe/friendly (SES) URLs for my legacy site. Right now all my content URLs are currently being rewritten in IIS 7.5 using the URL Rewrite...
View Articlecreating .xslx files in coldfusion 8
Hello All I am on a CF8 server (the company hasn't upgraded) an I need to create an xslx file. Any suggestions?
View ArticleHow to put values in list with single quotation
<cfquery name="getSelectedPriorityList" datasource="#application.datasource#" username="#application.datasource_username#" password="#application.datasource_password#"> SELECT id, name FROM...
View Articlecfajaxproxy results in status 500 WDDX packet parse error
Hi. We set up at second CF10 server, identical to the first, but the new server breaks on all cfajaxproxy calls with "Status: 500, WDDX packet parse error at line 1, column 1. Content is not allowed...
View ArticlegetJSON request using ColdFusion proxy
I am following this article by Ben Nadel -- not sure if there are some other better tutorials out there. Anyway, I kept getting the Variable ALLARTICLESDATA is undefined. error. <script...
View ArticleUsing COALESCE() in a query is breaking
Hello, all, I've got a query that (pseudocode) is like: SELECT fname, lname, ORGS.EntityName dir, Table2b.EntityName div, Table3.personalid, COALESCE(Table2b.EntityName, ORGS.EntityName, 'N/A') org...
View Articlecfmailparam disposition filename does not work in outlook
I have a very simple example for sending an image as an attachment using Coldfusion 11 cfmail tag. <cfmail to="example@domain.com" from="example@domain.com" subject="Test" type="html">...
View ArticleCF10 export to excel and pdf
Hi All,How can I export my data from a cfquery to an excel file?I found old links examples using old versions of CF, anyone wants to share a link or example?Thanks in advanced.
View ArticleColdfusion 11 JVM settings
Hi,I wonder if my JVM parameters on Coldfusion 11 are correct. My actual parameters are:-server -XX:MaxMetaspaceSize=192m -XX:+UseParallelGC -Xbatch -Dcoldfusion.home={application.home}...
View ArticleHow to capture values from referrer?
Is there a way to capture the value passed in the referrer? I need to capture that and do some searching.
View ArticleWhich data format do I use to pass to a .NET DLL
I have successfully connected to a .NET dll. However, I am having a problem passing the correct data type. I asked a fellow developer who works in .NET and he said it must be a "data table". What is...
View ArticleCF11 Run Client Storage Purge: DISABLED
Brand new CF 11 install on Windows 2012 R2. I have a cluster of servers running so I disable the client variable purge process on ALL serves. Although the purge process is disabled I still see "Run...
View ArticleComments not holding data values
It is not giving an error, but the data values are not staying when comment page is refreshed. It does show the values immediately after loading but not after refresh. Something worth noting is the...
View ArticleHow to log the rendered cfhttp URL?
I have this cfhttp tag.I want to log the URL to see if it's actually having all the correct parameters because it's not working. <cfhttp result="objRequest" url="#UrlDecode( strTargetURL )#"...
View ArticleFrequent Hanging of Coldfusion 11
Hi, We are getting frequent hanging issue of Coldfusion 11 on Windows Server 2008 R2 Enterprise. In this case we are unable to track down the root cause of the problem to address it.Currently we need...
View ArticleColdfusion MTOM Attachment
Guys, I've got a SOAP request that is requiring me to use MTOM attachments (to pass along the credentials). I was wondering if anyone has seen/read a tutorial as to how best to do this? I'm not seeing...
View ArticleCheckbox values and CF11?
I found what I would think is a somewhat big incompatibility between CF11 and all prior CF version: multiple checkbox and select values. If you have multiple checkboxes "checked" that refer to the same...
View Article