My hosting company upgraded to the latest version of CF 8. My image upload was working fine, and now it gives me this error:
Ensure that the destination directory exists and that Coldfusion ...
I need to index a coldfusion verity collection on a netware share.
I can access a windows share using UNC paths. eg.: /servername/sharename/folder.
The problem is that windows server 2003 ...
The variable #CreativeContent.Content# below, will contain the contents of a .cfm file. When it comes to displaying the data it throws the formatting for the whole form off since I guess it i...
I doing a cfquery against a table with a field call "gla". I want to use a listing (session.qmlist) generated from a prior input screen to compare against the table field "gla". If I get a hit...
I have a query which returns a list of items in a field #mainsearch.idParticipants#. I am looping the query and only want to display the 'edit' icon if a certain item is in the list that match...
I need to output the row ID of the last inserted row without using a MAX statement. I have used the MAX statement in the past, however, it is not fool proof at accessing the correct ID. I am ...
I have a new member form in which the member inputs name address credit card info and etc... What I would like to happen is if a members home address and credit card billing address are they ...
I have always coded our cold fusion sites in Cold Fusion Studio....I am starting to look at Dreamweaver after all this time. We run our own web servers and run ColdFusion obviously. We also as...
anyone know of a good way to allow someone to upload multiple files at once with coldfusion???
Like be able to select multiple photos on there computer and then click upload button and it w...
Hello experts.
I have one insert user page and the cfquery:
<cfquery name="Adduser" datasource="mydb">
INSERT INTO users (Firstname, Lastname, country, City, email)
VALUES ('#Form.Fir...
I have a string variable that contains costs in the form 'EUR 123,456,789'
I need to convert it into an integer so that it can be inserted into an INT type mysql field. in other words I nee...
I am creating a Google Base XML file from data in our database. The field that contains the product description has html tags in the data. Specifically, I need to remove all html tags and an...
I am trying to use Coldfusion to create a display of a paragraph in a cfoutput tag which does the following:
Where each word in each sentence of the paragraph is displayed with a blue hyper...
I am looking for a good solution to convert our dynamic content into SEO URLS (i.e using this_is_the_page_name.cfm instead of ?name=1253263&blah=1253). I have found a number of solutions onlin...
I am looking for an opensource or freeware code documentation generator for ColdFusion code. The generator must only require the code and not require the server or CF MX app, etc to run.
...
It seems incredible to me, but once again Adobe/Coldfusion simply refuses to fix small problems. Is there something I'm just not getting here? The following code does not give me the selected ...
We are running cold fusion admin, scheduled tasks on our web server. We had a PCI scan come back and give us an issue with having a host header with nothing in it besides the internal IP addr...
I've been tasked with a job that involves taking a flat, fixed column data file into ColdFusion and creating a user interface that allows an employee to map data field definitions to the file....
I'm getting an error that says the following:
Element CDESCRIPTION is undefined in DESCRIPTION
I posted my code below that is causing this error.
Im using a <cfif> tag for multiples of variables, if the variables #PlanNo# contains any of the following #101# or #102# ect., then the "Text Here" line will show up.
When I try to run it ...
is there a coldfusion function that always rounds up? i need a function that will round up a number ie. 1.2 would be 2
livedocs are down at the mo so i can not check, i know there is a fun...
I have a cffile that allows a user to upload an image. How to I grab the image name by itself without the temp path so I can store it in the database????
for example:
<cffile action="UPLOA...
Having a few issues trying to get my paging solution a little sleaker. What i am trying to accomplish is making the page links display 5 links left and right of the currently viewed page link ...
ColdFusion 8
MS SQL Server 2005
Hi. I'm trying to get ColdFusion to secure a directory on my web server.
I have built a simple login application here:
http://ascassociation.org/coali...
I would like to use ReCaptcha on a member sign-up page of a ColdFusion Web site, but am having no luck getting it to work properly.
* I downloaded the ColdFusion script from: http://recaptc...