| Thread | Last Post | Replies |
|
| Advanced Radio Buttons | 05 Feb 2008 15:59 GMT | 2 |
My goal is to use a set of radio buttons in a survey to either complete the survey, or move on to the next page depending on the answer. 'Yes' will send the user to another .cfm page when selected. 'No' will send the user to an .html page and submit the survey. Using one ...
|
| Submitting a form in CFDIV Failing | 05 Feb 2008 15:26 GMT | 8 |
Does anyone know if there is an issue where you place a cfdiv in a cfform with with another cfform in the cfdiv that would not allow the form to submit in the cfdiv. For Example: <cfform>
|
| How do I save and restore Session? | 05 Feb 2008 13:51 GMT | 7 |
Is it possible to have a user leave the site for a period of time, say 2 or 3 days, and when they come back, restore their last session and all the session variables? I have an idea of building a database and writing them all to the db on each page load with the last visited ...
|
| create date time from 2 text boxes | 04 Feb 2008 21:53 GMT | 7 |
i have 2 text boxes which get submited to a action page i need to convert this to a SQL datetime so i can input it. the format is date form = dd/mm/yyyy time form = hh:mm:sss i am having trouble with the dd and mm being swoped around.
|
| How to track users in clustered environment? | 04 Feb 2008 21:53 GMT | 2 |
What is the best way to track users in cluster environment?. cfcookie ?. or any other best solution recommended in cluster hosting environment?. if users got the habit of deleting cookie in the middle of using application,
|
| Problems with Session Variables on Cluster | 04 Feb 2008 21:42 GMT | 2 |
Hi, I just moved all my coldfusion web sites on a brand new cluster of servers. I always used session variables to authenticate accesses to sreserved areas of the web sites. Now the session ends up too much frequently ... I know it's a problem of settings, but could you advice on ...
|
| Reading, Modifying, Writing CSV files | 04 Feb 2008 21:28 GMT | 3 |
Hi, I'll be reading .csv files. A small file could be 20 columns and around 1000 rows. A medium sized file would be 20 columns and around 5000 rows. Basically I need to read the column headings, and possibly change the value. Then on a row by row basis, I need to examine the ...
|
| Hacker changing URL string | 04 Feb 2008 19:43 GMT | 5 |
this is frustrating-- our server is getting pounded (and so running JRUN up to 100%) with some hacker changing the URL to different things. I'm running CFMX 6.1 on Windows 2003. Here's a sample of query strings that have been changed: Fuseaction=events&amp;amp ...
|
| Group by with inner join | 04 Feb 2008 19:30 GMT | 2 |
I'm running a query that grabs all the data the use selected but I only want it to show 1 of each. [b]Example1[/b] Select the Activity you would like to match waste to.
|
| Question on CF errors | 04 Feb 2008 19:30 GMT | 3 |
Is there a way ( in coding or serverside) to "hide" messages like " the web site you are accessing has experienced an unexpected error. Please contact the website administrator.
|
| Find the Calling Function | 04 Feb 2008 13:06 GMT | 2 |
How can I find out what function called my function? I have written a utility component (test1 below) and want to keep track of what external functions call the functions within my component. Other programmers create a component (e.g. test2 below) that extends my utility
|
| Question on CF errors | 04 Feb 2008 10:04 GMT | 1 |
Is there a way ( in coding or serverside) to "hide" messages like " the web site you are accessing has experienced an unexpected error. Please contact the website administrator.
|
| Processing uploaded files | 04 Feb 2008 09:50 GMT | 1 |
I need to upload photos to a site, I want to make sure that they are only JPG files uploaded, plus restrict the size. Is there anyway to check the filesize and type before uploading? Or can somebody upload a 20meg EXE file that would hog our bandwidth?
|
| convert to server time is getting mixed up | 04 Feb 2008 09:49 GMT | 2 |
Hi my web server is in delaware USA i have a timezone converter below which is 30 mins and the year is 2006 not 2008 any ideas why this would be and what i need to do to fix what i need is the equivilent server datetime for the entry of the form so the hard coded date and ...
|
| Uploading multiple files without Flex or ProFlashUpload | 04 Feb 2008 03:49 GMT | 4 |
In .NET there is a way to do a batch upload. You designate an upload folder, and when a user clicks a button, all the files in that folder are uploaded at once. Good for an image library administrator, for example. In CF, I don't see a similar ease-of-use. I've found an article ...
|