Hello,
Please a little clarification.
I have been reading about setting security on my application and came across with this
set the value for #cgi.script_name#. I just don't get it....
I created a document management system that will allow upload/download/delete capabilities on a single document level. I can create folders to contain groups of documents but I can only delet...
I have the following two lines of code:
<cfheader name="Content-Disposition" value="attachment;filename=#filePre##fromDate#-#toDate#.csv">
<cfcontent type="application/octet-stream" d...
I have a nice little cfm page that generates an excel file when called... but if I am using internet explorer it always opens inside it... which I do not want... is there anyway around this so...
ok, I admit it, I am coming to Cold Fusion from languages like Javascript, Perl, PHP etc. I have done lots of programming in these languages and I have to say that I am only using Cold Fusion ...
i am working on a new site and am using cflogin for the first time. have got everything working great but have a problem i need to solve somehow.
there are a number of user accounts on the ...
Dear experts,
I cannot explain my self why the following code does not show a "hand" cursor.
<select style="cursor:hand;"><option>something</option></select>
Why doesnt' it work?
T...
I have image files in a directory on one of our servers that are displayed as links on a web page...some of the image files are TIFF and some are JPG...in coldfusion, how do I go thru the file...
I'm having trouble executing some PL/SQL from CFQuery using a DSNless connection to an Oracle Database. The Coldfusion Server is Version 5. Any help would be apprecipated!
Here is a snipp...
hi i have a query that will select the invoice number in the quotation and will determine if that quotation has an invoice already. but i have a problem in my condition. this is my query: the ...
The specified module could not be found
After installed/ reinstalled ColdFusion MX 6.0 over and over on my WinXP Pro, it keep showing me the above error, i don't know how to solve it, just ...
OK, since Excel incorrectly formats CSV files (it does not put quotes around all fields, which is the standard), ODBC has problems with data formats. I won't bore you with the details here.
...
Howdy,
I'm looking to catch the error that coldfusion MX 7 throws when a file is not found on the server. Please note that this is not a CFINCLUDE error. This is when a filename was perhaps...
Hello,
How do I edit a string in cf. Let's say I have the following string:
aaa/bbb/ccc/ddd.abc
how do I find the last occuring / and delete everything before it. The end result for the...
I am getting an error message when I try the following insert query, what am I doing wrong?
Here it is....
<cffile action = "read"
file = "c:\inetpub\wwwroot\coldfusion\performea...
I have a web site running on an MX7 server with IIS. It is an SSL only site and going to the site url forwards you to SSL mode. The site is being security tested by some firm in Japan and th...
I have an application that populates different types of pdf files. and I am using Ben Fortas <cf_pdfform> custom tag to populate the form fields in the pdf.
so i have 3 cfm pages to serve up ...
Hi,
I have two tables, one is countries and the other is counties.
I need the first drop down box to list all the countries, which it does :) The second one needs to be dynamically po...
I have a list named "sortlist"
What I want to do is parse the elements (unknown size - generally 2-5 elements) then compare them with each other.
How do I extract the items as individual e...
I have a page that consumes a .NET web service and am trying to replace a couple of characters that are coming down in one of the fields with their HTML equivalents.
Here's the gist of it:
...
Currently, I have 1 file upload field, for which I'm using "CGI.CONTENT_LENGTH" to check the size of the file before uploading it to my server.
I'm thinking of allowing multiple uploads by ...
I need to run a query that will provide a recordcount for all the orders placed today. When an order is placed i insert the value of #createODBCDateTime(Now())# into my orders table. Now how...
Unless I'm missing one, there doesn't seem to be one built in?
First person who can point me in the direction of a free function/custom tag/etc that can encrypt using the md5 algorith gets ...
Hello experts.
On this page :http://websitebuildersresource.com/2009/02/07/jquery-select-manipulation-multiple-selects-json-default/ i found a tutorial jquery-select-manipulation and php.How ...
IHello,
We have tried installing coldfusion 8 on a windows 2008(64 bit) with IIS 7 and the installation completed with errors.
I tried running web sever configuration tool but it throws e...