| Thread | Last Post | Replies |
|
| cfftp and file mask | 27 Apr 2005 15:05 GMT | 2 |
I would like to get a directory listing of files on an ftp server using the cfftp tag. Is there a way to provide a remote file mask to limit the results returned, such as *.jpg ? Or, is there a different method to do this? Thanks!
|
| Verity - displaying filesize in search results | 27 Apr 2005 15:05 GMT | 5 |
We have a search engine using Verity. The search results page displays the title, linked filename, summary and rank (score). Is there a way to get the file size and display it (ie: tempfile.pdf, 56KB). I know if we were using a database we could have a column(filesize) which ...
|
| cfdirectory will not list a directory when its sandbox security is read-only. | 27 Apr 2005 15:02 GMT | 2 |
Hi, There appears to be a bug with cfdirectory and action='LIST' -- when sandbox security is used. If a file/Path is set for read only, then cfdirectory throws an exception! 'Security: The requested template has been denied access to C:\temp\{-- the 1st file in the dir --}' ...
|
| soap problem | 27 Apr 2005 15:01 GMT | 6 |
I can do simple soap-request in coldfusion using cfscript and webservices. For example: <cfscript> ws = createObject('webservice', 'http://#Url#?wsdl'); ws.GetPngMap1('#xcor#','#ycor#','#zoom#','350','350'); resp = getSOAPResponse(ws); </cfscript> But now I have I more ...
|
| variable availability | 27 Apr 2005 12:42 GMT | 2 |
I know that unless you use the "var" keyword when declaring a variable within a UDF, it makes that variable local to the function. If you don't use "var", the variable is available throughout the CFC. My question is this: When creating a query object within a function does it ...
|
| I am desperate. cfgrid populate problem | 27 Apr 2005 09:28 GMT | 4 |
I am preparing some intranet application. I want to hide customers CCnumber and list only last 4 digit. But I don't want this in input text. I just want to display as a simple text outside of input box. I am using cfgrid to populate data into form. if you had experienced, ...
|
| Specify Query Columns from From | 27 Apr 2005 08:44 GMT | 4 |
I want to create a form where a user can select from a drop down box which query colums they want to select and in what order. The form will be predefined. This way the user will select which columns and what order they appear in.
|
| UTF Encoding | 27 Apr 2005 07:29 GMT | 1 |
I am puting into a SQL server DB that is set to VarChar and i am using CF 6.1. I want to do this in Japanese however all I am getting is "????" instead of japanese characters. What do I have to do to have everything come out in Japanese?
|
| Dynamic form to create pie chart - problem reprenting the data not selected by user | 27 Apr 2005 00:21 GMT | 6 |
I have created a pie chart based on what a user select on a form. For example, a user can select from a list of species they want to view a pie chart for. (they can select 3 species or 20, its up to them) The purpose of the pie chart is to illustrate the percent of a species ...
|
| CFCs and OO design | 26 Apr 2005 23:58 GMT | 8 |
Howdy folks, I am new to using CFC's (and to be honest, new to OO in general), and I'm trying to use them for the first time. Let me explain my problem: I'm writing a program to staff a temp employee for a specific shift on a
|
| Form in email to send cf data to website | 26 Apr 2005 21:52 GMT | 1 |
:confused; Okay so I am doing this newsletter and I want to include a form in the newsletter to get reader response. Now when the submit button is clicked the info should submit to a page on my site and then insert data into a database
|
| Display Array Value based off 2nd array value? | 26 Apr 2005 21:47 GMT | 1 |
I have an array that contains a number. This number tells me which row in the 2nd array I need. So basically, if array1 is 2, I need the 2nd row in the 2nd array to display a value. FOR EXAMPLE
|
| New instance of Java Class | 26 Apr 2005 17:54 GMT | 1 |
I have this: f = CreateObject("java","java.io.FileInputStream"); The class that i'm creating an instance of: public FileInputStream(String name)
|
| Digitally Sign CFHTTP Request | 26 Apr 2005 17:44 GMT | 1 |
Does anyone have experience "digitally signing" an outbound CFHTTP request. We are in the process of integrating with a vendor and they are requesting that we "digitally sign" a CFHTTP tranmission to their application. I have X.509 certificates available but how I'm unlcear as ...
|
| Getting a 'Null Pointers' error when using query of Queries | 26 Apr 2005 15:26 GMT | 2 |
I am using text in a file to create a new query. This section works correctly. I am then using query of Queries:- <cfquery dbtype="query" name="MyQoQQuery">
|