| Thread | Last Post | Replies |
|
| CFFILE Decimal in Destination Folder | 30 Nov 2004 21:54 GMT | 1 |
I have an issue uploading images to a folder. If the destination folder name is C:\Inetpub\wwwroot\Site\images the image I upload will be there. However if the destination folder name is C:\Inetpub\wwwroot\Site2.0\images it blows up. Is there a way around this??
|
| passing URL variables through application.cfm | 30 Nov 2004 21:32 GMT | 2 |
My users fill out a report, at the end of the report they submit the data to a database and that also generates an email to our report analyzer. In the email is a link and a passed URL variable that holds the report number. Problem... when the analyzer clicks on the link, he ...
|
| Dynamic page title | 30 Nov 2004 19:55 GMT | 9 |
I am running a cf site with cfinclude for header, nav bar, content and footer, How do i display the current content on the top of page title??? Thanks Ferrarihead
|
| Problems using CFFILE | 30 Nov 2004 19:35 GMT | 6 |
I am trying to read a txt file I have in my web. It would be in the ../TXT/file1.txt location on the web server. I'm confused as to how I can get CF to read this file. I have a <CFFILE action="read" file="../TXT/file1.txt" variable="text1">
|
| obtain the full URL | 30 Nov 2004 18:59 GMT | 3 |
Can someone help me determine how to indentify and save in a variable the full URL, including the http/s prefix? I am using cgi.url but only getting the relative path, etc. TIA nick
|
| How to determine characters in string? | 30 Nov 2004 18:52 GMT | 1 |
I'd like to explicitly display all characters in a string. This includes spaces, carriage returns, etc. I'd like each of those characters to be replaced by something I can see. The variable, redirectContent, contains this string: 'status code: 302 (object temporarily moved) ...
|
| FAQ? non-IE compatibility | 30 Nov 2004 18:24 GMT | 3 |
Sorry if this is widely known to ColdFusion developers... I am not one: I've started working with a web development group who use CF for all their websites. None of the sites work properly with any alternative browser. Most of the issues seem to involve JavaScript that is either ...
|
| Ordering Numbers... Problem... | 30 Nov 2004 18:06 GMT | 2 |
I am trying to output my query and order by my table field that contains numbers... Problem though... When I out put the data it displays the 'order by' like so: 1, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 2, 20 and so on... how do I correct this so that it orders correctly like ...
|
| REFER A FRIEND.... | 30 Nov 2004 18:02 GMT | 4 |
Hi, i am a newbie to VF and trying to put together some code for referring friends to check a website it does not seem to work properly. Can someone check out the code and point me in the right direction? Thanks again Ferrarihead,
|
| Passing Parameters in Next n templates | 30 Nov 2004 17:34 GMT | 2 |
I am passing a parameter (FORM.Keywords) to a results page where I created a Next n records type of display. For instance on the page, DIRECTORY.CFM, the user enters keyword(s) in the form field and clicks submit to the action page DIRECTORY_NAMPROC.CFM and if the number of ...
|
| ColdFusion 5.0 | 30 Nov 2004 17:11 GMT | 1 |
Hi, this isn't really a techincal question or anything. I just wanted people's opinion on this... I recently went to school for ColdFusion and I started with MX right off the bat. I'm searching for a good web host and the one that I really like is running ColdFusion 5.0. ...
|
| Alternatives to CFFILE | 30 Nov 2004 15:10 GMT | 2 |
The server I'm using disables CFFILE for inserts, which makes sense. Is there a CF alternative ? I need to give people upload ability, and I don't want them messing with traditional FTP.
|
| uploading file | 30 Nov 2004 14:25 GMT | 1 |
Can anyone show me how to upload a single file to ftp site? I have a hosting which do not support cfftp and cffile.. can anyone show me how to upload file using other syntax?? thanks in advance.:(
|
| Display Users Online? | 30 Nov 2004 14:08 GMT | 3 |
I want to show a list of users that have logged in to my site. Is there a way of counting the number of session variables that are running when the page loads? If so, is it possible to access them all so that I can display usernames as well? (session currently stores user's id ...
|
| is there any feature in CF like view state in ASP.NET | 30 Nov 2004 13:21 GMT | 1 |
i want to know that whether is there any option is there to maintain the view state just like in ASP.NET which will maintain the user view state. Srinivas
|