Recently a problem arose regarding hooking up an API with a payment processor who were requesting a string to be encrypted to be used as a token, using the TripleDES standard. Our Applications run usi
I have a URL that opens a PDF: <cfoutput>http://myUrl.cfm?params=#many#<cfoutput> I would like to enable my users to download that PDF instead of having it open in the browser. I\'ve be
<cfset LOCAL.cmd = expandPath(\'..\\library\\gm.exe\') /> <cfset LOCAL.args = \"convert image1.jpg image2.jpg\" />
I would like to insert a line break into开发者_JAVA百科 the first space between words in a string variable. Here is my code so far:
I am receiving a BASE64 encoded string from a WebService. The string represents an HTML page, and I can use built-in ColdFusion functions to convert and display it. However, I need a GIF representatio
I\'ve created a form that posts to a cfm file. When running a script onLoad that fills in the form values and tries to submit...The site takes me back to the login screen.
I am not sure if there\'s an answer for this already -- couldn\'t find one for this (hopefully common) setup:
We are attempting to convert a flash frame into a JPEG without using the Flex SDK or other adobe tools. Right now, we have a flash file that passes binary data over to a .cfm page, which uses the foll
cfhttp with a get to download the files.Does anyone have an example of cfhttp working?Are there special settings that need to be set up on the server side to get this tag to work.When I try the follow
With Coldfuson & MySQL - How to update the query to check for new entries that have a timestamp that occurs in the last 24 hours?