I am the person in my company who tries to solve coldfusion errors and bugs. We get daily emails with full details of coldfusion errors etc, as well we store this information in our database.
I am trying to use the ImageNew function (coldfusion 8) to create an image object with a image URL link, e.g. <cfset myImage=ImageNew(evaluate( \"http://.../../1.jpg\" ))>
Lately I have been finding that some of the ColdFusion applications on my production server are taking forever to start.Most of the applications are Mura websites, and one thing that I found across al
Is there any way to cache the results of a <cfstoredproc> tag? The <cfquery> tag makes it easy with the cachedwithin attribute but there doesn\'t seem to be anything for <cfstoredproc&g
My page has a form on it that interacts with a CFC via an ajax post. When the user changes the text and clicks save it should update the DB, which it does, and rename a photo with the value they typed
I\'ve stuck at this problem. Our old-old programmers have encoded their CFM file based on CF8 and I cannot find the origi开发者_如何学Pythonnal file in our server. Recently, I\'ve deployed these encod
I\'m trying to find out if a url variable exists, and if it doesn\'t, make sure that it\'s not empty.
I\'m working on building a automatic system where our staff can fill out a form for CPR certifications. I need a way to generate a email 开发者_高级运维automatically and send a reminder to the staff p
I have a table that records the name of uploaded documents, up to 14 per record.The columns are named thus:
Need to turn javascript (ajax) vote script into reusable (dynamic) script so it can be used over and over.