| Thread | Last Post | Replies |
|
| Video size | 15 Jun 2005 15:13 GMT | 1 |
Hey guys, Im looking for a custom tag like imgsize is to imgaes but something for video. Im allowing users to upload a video but would like to keep the size of the file down to a certain size.
|
| User Specific Login | 15 Jun 2005 14:40 GMT | 1 |
:confused; I want a user to be able to login and view information specific to that user name and only to that user name (i.e. I want each user to have an "account" that he/she can securely access). I am attempting to pull this data from a
|
| Get A List of Current Sessions | 15 Jun 2005 14:32 GMT | 11 |
I am writing an application and I would like to be able to go to a page and get a list of every user that has a current session... Is this possible? Please help!!!! Thank you!
|
| cfif statment logic | 15 Jun 2005 02:46 GMT | 2 |
I am having a problem with cfif statment logic. If user selects more than 1 checkboxe, my statement doesn't work (nothing is displayed on action page). If user selects one checkbox, then statement works (correct fields are displayed). I have 19 checkboxes the user could possibly ...
|
| application.cfc and onError function | 14 Jun 2005 22:14 GMT | 2 |
I have a newly built application.cfc that includes an onError function. As some have figured out, the onError function is run whenever there is a CFLOCATION or CFABORT in the application's code. A search on these forums found nothing, but a search on Google found this:
|
| Problem with consuming document/literal web services. | 14 Jun 2005 20:49 GMT | 2 |
I'm having problems consuming a document literal web service with <cfinvoke> in a CFM page. I'm receiving the following error. Could not generate stub objects for web service invocation. Name: http://xxxxxxx. WSDL: http://xxxxxxxxxxxxxx.
|
| Evaluate within CFSET | 14 Jun 2005 18:27 GMT | 14 |
I'm looping through a list of sites. I've written queries to count the number of live and pending articles in tables that begin with the site's abbreviation. (See http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=7&thread
|
| Java variable NULL values | 14 Jun 2005 18:20 GMT | 7 |
In my Java value object, some times String variables are coming NULL. That time, in CFM, it's giving undefined error. Please tell me how to solve this. Regards Santhosh
|
| Getting started with Localisation in CFMX | 14 Jun 2005 18:15 GMT | 1 |
Hi there. I am looking into the localisation of a website that is written in CFMX. Currently most content is stored as XML documents (in the DB) and displayed as HTML using XSLT stylesheets. What we would like to do is create these XML
|
| CFOBJECT error | 14 Jun 2005 17:28 GMT | 1 |
This error is occurring in CF4.5. I believe this is the first version that CFOBJECT was implemented, but don't know the extent of the error occurring: ================================== COM error 0x800401F3. Invalid class string
|
| Application Security | 14 Jun 2005 15:30 GMT | 2 |
I want to Identify the machine which will connect to my Web App so that I log it's transactions. I can not rely on the IP address since Some one can fake it. What about the installing certificate in IE . Tools > Internet Options > Content > Certificates .
|
| Javascript fuction to CFML | 14 Jun 2005 14:55 GMT | 6 |
Anyone know how to set the results of a javascipt function into a coldfusion variable that can be used on the same page as the javascript function? ... I Can do this with ASP <% InsertSignature(122.95) %> and it works but do not know how to do it with CF. Thanks
|
| Stored Procedures JDBC | 14 Jun 2005 12:01 GMT | 6 |
I'm calling a Teradata stored procedure using JDBC. My code (which someone has helped me with as I'm not a java person) is below: <cfset getPageContext().getClass().forName("sun.jdbc.odbc.JdbcOdbcDriver")> <cfset objDriver = createObject("java","java.sql.DriverManager") >
|
| Login/Applicationtoken/Session Variable Problem | 13 Jun 2005 23:56 GMT | 2 |
I am having a problem with Logging in and Session variables. I am new to ColdFusion, but program in other languages including PHP and Java. Recently I got a new job and had to learn ColdFusion, I really like many of the things it can do with ease, but I'm stumped on a problem the ...
|
| Dynamic RecordCount | 13 Jun 2005 21:44 GMT | 2 |
I am looping through a list of sites and counting the number of articles live and pending. I'd like to be able to refer to the RecordCount for each. But when I put hacks around the AbbrevLive.RecordCount variable, it doesn't work. How do you call to a recordcount when the name ...
|