|
Image Issues After 8.1 Update I wrote a couple of functions that handle both creation of files and deletion based on a single image upload. Prior to the 8.1 update these functions worked great but it appears after the 8.1 update it breaks. It appears that the Image functions lock the original uploaded file. SO basically my create script break... 9 Apr 2008 00:31
CF & Flash Streaming Server I have a list of videos and I want the user to click on one. This loads the Flash movie page where the movie they clicked on loads. The code would get the video from a UIRL variable. However, what I do not know how to do is get the CF Code to load the movie. Does anyone know how to do this? Thanks :smile; ... 22 Apr 2008 14:01
Coldfusion 8 Certification Study Guide So, the ColdFusion MX7 certification doesn't seem to be available anymore, so only CF 8 is possible, which makes sense. But, there is no CF 8 Certification Study Guide by Ben Forta yet.. heheh What should we use to study for the CF 8 certification exam? Any thoughts? ... 9 Apr 2008 13:49
cfhttp with https Hi all, we're having problems trying to cfhttp a page which is https:// and also is the IP address rather than domain name. (Since this is the old version of a website we can't use the domain name). I'm just getting 'Connection Failure' for the code below. Any advice much appreciated, Thanks! <cfhttp... 10 Apr 2008 06:10
IsDefined for Structures I have a report where I'm using cftry as a bandaid until I get a better answer. How can I determine if the following exists? Using it as is returns an error "must be a syntactically valid variable name". cfif IsDefined("Row[i].MTD_TypeTotal") ... 8 Apr 2008 13:15
LDAP and CF8 Hi everyone, I have been unsuccessful in getting CFLDAP to query a LDAP from Site Server. I did get it to work in ASP. Could it be that ASP has a better way of connecting to the datasource? Ravi. ... 8 Apr 2008 04:53
Online Food Ordering (Printing Automatically) With CF 8 you could use the CFPRINT tag. For earlier versions of CF you might generate a text file then print it from a command line utility via CFEXECUTE. To generate a fax you might use InterFax, http://www.interfax.net ... 7 Apr 2008 19:25
Online Food Ordering Hello, Everyone I am designing a project for online food ordering and have developed a prototype in CFMX but I am trying to get my head around this one part which is the clients want when a new order comes in it automatically print to a designated printer. I can't really see how to do this other than install... 7 Apr 2008 17:17
Add Attributes To cfImage How can I go about adding a style 'class' attribute and title attribute to my cfImages?? This is my current work-around for 'class', but no success for 'title'. CSS Doc// .container img {my styling} <div class="container"> <cfimage source="#imageLogo#" action="writeToBrowser" /> </div> ... 7 Apr 2008 19:56
Apostrophe help I have a cold fusion program that exports/imports records in an Oracle DB with XML. It's converting from CF to XML in the import, then back to CF in the export. My problem is that when it is converted back to CF, the apostrophe's turn into double quotes. I've narrowed it down to being the import process because... 7 Apr 2008 14:06 |