thecfguy

A Unique Developer

cfajaxproxy issue with ColdFusion 9.0.1

I was really happy when I heard about coldfusion 9.0.1 update and specially because of Amazon S3 could support. Recently I have started working with Amazon S3 Cloud service and writing function for all API call, when I see that new update for ColdFusion having amazon S3 cloud support and I can not stop myself to update it on my development server and my hard time start from here....

Tags: ColdFusion 9
Comments(4)
Add file into zip from URL in Coldfusion

For one of our client had requirement to download photos in zip format and it was working file with cfzip tag. Although I have some performance issue with cfzip tag as cfzip doesn’t allow you to zip with list of files. We can create zip for whole folder, add single file but can’t have ability to add list of files at single instance. In my case I have around 50 images which I need to add into zip file and I have only one way to do so is adding one by one file. I was looking for alternative solution for creating zip which gives faster performance with adding file list.

Tags: ColdFusion
Comments(1)
mssql table field of type ntext coming as empty string coldfusion 7

I am sorry for posting issue of coldfusion 7 in era of ColdFusion 9 :). Today I face really strange issue about value of ntext field not populating in cfquery. Application was running on ColdFusion 7 (eventhough I didn't face same issue on local server running with ColdFusion 7).Tried same query in Sql Server Management and seems data was coming correctly mean query was OK but when I dump CFQUERY it showing empty string for ntext fields. Now this is really hair pulling situation and after 2 hours of try and error method I found simple solution, that is...

Tags: ColdFusion
Comments(0)
Add header in cfgrid in coldfusion 9
Tags: ColdFusion 9
Comments(16)
Upgrading from ColdFusion 8 to ColdFusion 9?
Tags: ColdFusion, ColdFusion 9
Comments(2)