Forum: ColdFusion Jan 29th, 2009 |
| Replies: 1 Views: 1,129 I use CFFile to upload files all the time on the same server Cold Fusion 8 is located on.
Now I want to use CFFile to upload files on another server.
Everytime I put in the destination directory... |
Forum: ColdFusion Jun 26th, 2008 |
| Replies: 1 Views: 1,333 I have form.mydata coming to my action page with comma delimeter value:
adam,joe,ben,steve,jill,andy,david
I want to seperate them and it works inside this loop:
<cfset myd = "">
<cfloop... |
Forum: ColdFusion May 18th, 2008 |
| Replies: 1 Views: 1,438 r CF MX 7 the CF admin setting for database queries timeout is set at 100. Because of this some of my queries timeout and give me back a timeout message.
I am trying to overwrite it in my cfquery... |
Forum: ColdFusion Jan 28th, 2008 |
| Replies: 1 Views: 1,651 For the past 5 years I been using DSN connections to connect to Oracle in my Cold Fusion. Is there any other way to connect in Cold Fusion MX 7 without using DSN?
<CFQUERY NAME="query_name"... |