Matt
Member since Dec 11, 2008
- Profile: /members/1182-matt.htm
- URL: http://www.randhawaworld.com
- Comments: 4
Recent Blog Comments By Matt
-
Creating A Centralized Point Of Entry For ColdFusion Scheduled Tasks
Posted on Apr 29, 2011 at 2:03 AM
Hi ben, I have created as Scheduled task in my admin Programatically, But it shows "Connecction Failue: Status Code Unavaliablle" Error! i am trying something like this <cfif isScheduledTaskExists("taskname")> <cfscedule action="run" name="taskname"... read more »
-
Ask Ben: Limit File Upload Size In ColdFusion
Posted on Sep 19, 2008 at 4:14 AM
Hi Ben, Thought I should my point here, well i was thing why upload a file and then delete, isn't it obivous if we check the file size before uploading like this below: <cfif VAL(CGI.CONTENT_LENGTH) GT 50000> <cfset msg = 'File Too Large'> <cfelse> Upload Code goes here </... read more »
-
Ask Ben: Getting Dynamic References To XML Nodes And Setting Text Values In ColdFusion
Posted on Jul 8, 2008 at 10:37 AM
Cool Dude!... read more »