Community Member Profile
- Profile: /members/6076-Chad.htm
- Comments: 5
- Points: 56
Recent Blog Comments By Chad
-
Ask Ben: Converting A Query To A Struct
Posted on Sep 21, 2011 at 9:49 AM
How would you use cfloop to loop over returned data?... read more »
-
Using ColdFusion To Stream Files To The Client Without Loading The Entire File Into Memory
Posted on Nov 11, 2010 at 1:16 PM
We never experienced cfcontent issues until we moved to CF9. I get the same errors using the ahove method as I do with cfcontent "Java heap space null". Some of the files on our file server can be as big as 750mb. Does anyone know if there is a way to make the max heap setting higher... read more »
-
ColdFusion, jQuery, And "AJAX" File Upload Demo
Posted on Sep 29, 2010 at 8:39 AM
I got the code to work, but I would like the upload to happen with an onchange on the file input box (basically need to make a it a function instead of using the jForm.submit). How can I modify the js file to allow this? I have been playing with it, but keep getting errors. Thanks... read more »
-
Ask Ben: Converting A Query To A Struct
Posted on May 23, 2010 at 7:54 PM
@Mike, I am running CF9 w/ Oracle 10g. I was able to get the leading zeros to work in another one of my functions by adding a space in front of a variable is it a number (isNumeric), then wrapping it a serializeJSON() before returning it from the function, so I need to figure out a way to... read more »
-
Ask Ben: Converting A Query To A Struct
Posted on May 21, 2010 at 10:38 AM
Works great! Is there a way to not remove leading zeroes on a column value? I have some varchars which start with 0 and it is removing them. Thanks!... read more »



